summaryrefslogtreecommitdiff
path: root/strings.c
diff options
context:
space:
mode:
authordarkvater <darkvater@openttd.org>2004-09-15 22:32:37 +0000
committerdarkvater <darkvater@openttd.org>2004-09-15 22:32:37 +0000
commitcbcf002a91f0794cd41b256571e708c6e61752bc (patch)
tree2697cdc27615a2f328c5494cf6cba06f2c2028d2 /strings.c
parenta69e422cdda77f59e77c8db7bd1b8af0bf8dafdb (diff)
downloadopenttd-cbcf002a91f0794cd41b256571e708c6e61752bc.tar.xz
(svn r267) -Fix: Moved EUR back in its place, savegames should not list Romanian Lei anymore, and 2002 currency is also to EUR again
Diffstat (limited to 'strings.c')
-rw-r--r--strings.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/strings.c b/strings.c
index 1b22d0693..0aeff04f5 100644
--- a/strings.c
+++ b/strings.c
@@ -72,8 +72,8 @@ static const CurrencySpec _currency_specs[] = {
{ 50, ',', 0, "", " Kc" },
{ 130, '.', 0, "", " kr" },
{ 11, '.', 0, "", " kr" },
- { 6, '.', 0, "", " Lei" },
{ 2, ',', CF_ISEURO, "€", "" },
+ { 6, '.', 0, "", " Lei" },
};
const uint16 _currency_string_list[] = {
@@ -98,8 +98,8 @@ const uint16 _currency_string_list[] = {
STR_CURR_CZK,
STR_CURR_ISK,
STR_CURR_NOK,
- STR_CURR_ROL,
STR_CURR_EUR,
+ STR_CURR_ROL,
INVALID_STRING_ID
};