summaryrefslogtreecommitdiff
path: root/src/currency.h
diff options
context:
space:
mode:
authormichi_cc <michi_cc@openttd.org>2012-04-17 21:39:09 +0000
committermichi_cc <michi_cc@openttd.org>2012-04-17 21:39:09 +0000
commit6d5f864e25680e8f0816f452b75425562edfb5ae (patch)
tree0cb9f722bb47709693c2c57b985970d905dd914a /src/currency.h
parent25edf6edb8f5d69d98c578da367f2b7d6653d00d (diff)
downloadopenttd-6d5f864e25680e8f0816f452b75425562edfb5ae.tar.xz
(svn r24148) -Add [FS#4907]: South Korean and South African currencies. (PaulC)
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 a3dfffa49..40a110968 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 = 30; ///< Number of currencies.
+static const uint NUM_CURRENCY = 32; ///< Number of currencies.
static const int CUSTOM_CURRENCY_ID = NUM_CURRENCY - 1; ///< Index of the custom currency.
/** Specification of a currency. */