1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-02-02 19:56:13 +01:00

Fix #5371. Custom currency now correctly saves to config.

Mistake made during refactoring. Failed to account for the custom currency when saving the current currency.
This commit is contained in:
duncanspumpkin
2017-04-16 13:09:40 +01:00
parent e9ae5cf356
commit 8dcf6b43f1

View File

@@ -67,6 +67,7 @@ namespace Config
ConfigEnumEntry<sint32>("HKD", CURRENCY_HKD),
ConfigEnumEntry<sint32>("TWD", CURRENCY_TWD),
ConfigEnumEntry<sint32>("CNY", CURRENCY_YUAN),
ConfigEnumEntry<sint32>("CUSTOM", CURRENCY_CUSTOM),
});
static auto Enum_CurrencySymbolAffix = ConfigEnum<sint32>(