1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-23 15:52:55 +01:00

Add South Korean Won and Russian Rouble as currencies, closes #2222, also fix #2232

This commit is contained in:
Gymnasiast
2015-11-08 11:46:11 +01:00
parent 15f6f9b66a
commit 4e5b8a1a19
5 changed files with 24 additions and 14 deletions

View File

@@ -124,6 +124,8 @@ config_enum_definition _currencyEnum[] = {
{ "NLG", CURRENCY_GUILDERS },
{ "SEK", CURRENCY_KRONA },
{ "EUR", CURRENCY_EUROS },
{ "KRW", CURRENCY_WON },
{ "RUB", CURRENCY_ROUBLE },
END_OF_ENUM
};