diff options
author | rubidium42 <rubidium@openttd.org> | 2021-05-30 11:51:21 +0200 |
---|---|---|
committer | rubidium42 <rubidium42@users.noreply.github.com> | 2021-06-13 10:26:58 +0200 |
commit | bf500c39c9b6c7359204c5454aefa0dc7f51dae5 (patch) | |
tree | 41ce9700b545189ee990e4ce132b96a24d70d5e3 /src/table | |
parent | e588923bff12e0c46aaab72fdca3e8b5cb211081 (diff) | |
download | openttd-bf500c39c9b6c7359204c5454aefa0dc7f51dae5.tar.xz |
Codechange: make the name of SettingDesc a std::string
Diffstat (limited to 'src/table')
-rw-r--r-- | src/table/settings/settings.ini | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/table/settings/settings.ini b/src/table/settings/settings.ini index 17a4b3025..7c5cac886 100644 --- a/src/table/settings/settings.ini +++ b/src/table/settings/settings.ini @@ -1002,14 +1002,14 @@ post_cb = MaxVehiclesChanged cat = SC_BASIC [SDTG_BOOL] -name = nullptr +name = {} flags = SF_NO_NETWORK var = _old_vds.servint_ispercent def = false to = SLV_120 [SDTG_VAR] -name = nullptr +name = {} type = SLE_UINT16 flags = SF_GUI_0_IS_SPECIAL var = _old_vds.servint_trains @@ -1019,7 +1019,7 @@ max = 800 to = SLV_120 [SDTG_VAR] -name = nullptr +name = {} type = SLE_UINT16 flags = SF_GUI_0_IS_SPECIAL var = _old_vds.servint_roadveh @@ -1029,7 +1029,7 @@ max = 800 to = SLV_120 [SDTG_VAR] -name = nullptr +name = {} type = SLE_UINT16 flags = SF_GUI_0_IS_SPECIAL var = _old_vds.servint_ships @@ -1039,7 +1039,7 @@ max = 800 to = SLV_120 [SDTG_VAR] -name = nullptr +name = {} type = SLE_UINT16 flags = SF_GUI_0_IS_SPECIAL var = _old_vds.servint_aircraft |