Fix #9484: update locale currencies settings mapping (#9559)

This commit is contained in:
Patric Stout
2021-09-19 22:44:28 +02:00
committed by GitHub
parent 0babadfbe4
commit b8f9e24189
8 changed files with 16 additions and 14 deletions

View File

@@ -9,7 +9,7 @@
; Game settings are everything related to vehicles, stations, orders, etc.
[pre-amble]
static std::initializer_list<const char*> _roadsides{"left", "right"};
static constexpr std::initializer_list<const char*> _roadsides{"left", "right"};
static void StationSpreadChanged(int32 new_value);
static void UpdateConsists(int32 new_value);