Add setting for whether to allow converting town road to non-house types

See: 51e22617
This commit is contained in:
Jonathan G Rennison
2023-08-20 17:46:05 +01:00
parent ff61b6d243
commit b0538a00e0
5 changed files with 16 additions and 2 deletions

View File

@@ -2221,6 +2221,14 @@ strhelp = STR_CONFIG_SETTING_IGNORE_OBJECT_INTRO_DATES_HELPTEXT
patxname = ""construction.ignore_object_intro_dates""
post_cb = [](auto) { InvalidateWindowClassesData(WC_BUILD_OBJECT, 0); }
[SDT_BOOL]
var = construction.convert_town_road_no_houses
def = false
str = STR_CONFIG_SETTING_ALLOW_CONVERT_TOWN_ROAD_NO_HOUSES
strhelp = STR_CONFIG_SETTING_ALLOW_CONVERT_TOWN_ROAD_NO_HOUSES_HELPTEXT
cat = SC_EXPERT
patxname = ""construction.convert_town_road_no_houses""
[SDT_BOOL]
var = station.adjacent_stations
from = SLV_62