(svn r14595) -Add: Estonian currency.

-Change: Slovenia switched to the Euro in 2007.
This commit is contained in:
rubidium
2008-11-19 16:17:42 +00:00
parent 33008f5d8b
commit b22a8b28f8
41 changed files with 47 additions and 42 deletions

View File

@@ -11,7 +11,7 @@
enum {
CF_NOEURO = 0,
CF_ISEURO = 1,
NUM_CURRENCY = 28,
NUM_CURRENCY = 29,
CUSTOM_CURRENCY_ID = NUM_CURRENCY - 1
};