(svn r267) -Fix: Moved EUR back in its place, savegames should not list Romanian Lei anymore, and 2002 currency is also to EUR again

This commit is contained in:
darkvater
2004-09-15 22:32:37 +00:00
parent a69e422cdd
commit cbcf002a91
2 changed files with 3 additions and 3 deletions

View File

@@ -72,8 +72,8 @@ static const CurrencySpec _currency_specs[] = {
{ 50, ',', 0, "", " Kc" },
{ 130, '.', 0, "", " kr" },
{ 11, '.', 0, "", " kr" },
{ 6, '.', 0, "", " Lei" },
{ 2, ',', CF_ISEURO, "<EFBFBD>", "" },
{ 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
};