Fix #14360: Don't reuse strings for Low/Medium/High setting values (#14409)

This commit is contained in:
Tyler Trahan
2025-07-02 06:09:39 -04:00
committed by GitHub
parent 226b098c55
commit e578668a93
2 changed files with 10 additions and 2 deletions

View File

@@ -145,7 +145,7 @@ max = 2
interval = 1
str = STR_CONFIG_SETTING_RUNNING_COSTS
strhelp = STR_CONFIG_SETTING_RUNNING_COSTS_HELPTEXT
strval = STR_SEA_LEVEL_LOW
strval = STR_CONFIG_SETTING_RUNNING_COSTS_LOW
cat = SC_BASIC
[SDT_VAR]
@@ -223,7 +223,7 @@ max = 2
interval = 1
str = STR_CONFIG_SETTING_CONSTRUCTION_COSTS
strhelp = STR_CONFIG_SETTING_CONSTRUCTION_COSTS_HELPTEXT
strval = STR_SEA_LEVEL_LOW
strval = STR_CONFIG_SETTING_CONSTRUCTION_COSTS_LOW
cat = SC_BASIC
[SDT_VAR]