(svn r24148) -Add [FS#4907]: South Korean and South African currencies. (PaulC)

This commit is contained in:
michi_cc
2012-04-17 21:39:09 +00:00
parent ff6da43e8c
commit 4bdafe663a
3 changed files with 5 additions and 1 deletions

View File

@@ -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. */