summaryrefslogtreecommitdiff
path: root/src/currency.h
diff options
context:
space:
mode:
authormichi_cc <michi_cc@openttd.org>2012-04-17 19:43:47 +0000
committermichi_cc <michi_cc@openttd.org>2012-04-17 19:43:47 +0000
commit181de38ae3b682e7d913862b9fe6124cd02fdccb (patch)
tree418f911c1256763b55b695248edc9b83d1389313 /src/currency.h
parent6f9668330e198a8100aabdc09f612a48887c5c07 (diff)
downloadopenttd-181de38ae3b682e7d913862b9fe6124cd02fdccb.tar.xz
(svn r24133) -Add [FS#4984]: Lithuanian currency. (devastator)
Diffstat (limited to 'src/currency.h')
-rw-r--r--src/currency.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/currency.h b/src/currency.h
index 958ad5dee..a3dfffa49 100644
--- a/src/currency.h
+++ b/src/currency.h
@@ -17,7 +17,7 @@
static const int CF_NOEURO = 0; ///< Currency never switches to the Euro (as far as known).
static const int CF_ISEURO = 1; ///< Currency _is_ the Euro.
-static const uint NUM_CURRENCY = 29; ///< Number of currencies.
+static const uint NUM_CURRENCY = 30; ///< Number of currencies.
static const int CUSTOM_CURRENCY_ID = NUM_CURRENCY - 1; ///< Index of the custom currency.
/** Specification of a currency. */