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:
@@ -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>(
|
||||
|
||||
Reference in New Issue
Block a user