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

@@ -8,7 +8,7 @@
; and in the savegame PATS chunk.
[pre-amble]
static std::initializer_list<const char*> _settings_profiles{"easy", "medium", "hard"};
static constexpr std::initializer_list<const char*> _settings_profiles{"easy", "medium", "hard"};
static const SettingVariant _script_settings_table[] = {
[post-amble]