From cbcf002a91f0794cd41b256571e708c6e61752bc Mon Sep 17 00:00:00 2001 From: darkvater Date: Wed, 15 Sep 2004 22:32:37 +0000 Subject: (svn r267) -Fix: Moved EUR back in its place, savegames should not list Romanian Lei anymore, and 2002 currency is also to EUR again --- strings.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'strings.c') 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 }; -- cgit v1.2.3-54-g00ecf