Change bridges over stations/objects settings from expert to advanced

This commit is contained in:
Jonathan G Rennison
2018-07-30 01:56:52 +01:00
parent b9d7f8e0a7
commit a84fbcb219

View File

@@ -1477,7 +1477,7 @@ patxname = ""custom_bridge_heads.construction.rail_custom_bridge_heads""
base = GameSettings
var = construction.allow_grf_objects_under_bridges
def = false
cat = SC_EXPERT
cat = SC_ADVANCED
str = STR_CONFIG_SETTING_ALLOW_GRF_OBJECTS_UNDER_BRIDGES
strhelp = STR_CONFIG_SETTING_ALLOW_GRF_OBJECTS_UNDER_BRIDGES_HELPTEXT
patxname = ""allow_grf_objects_under_bridges.construction.allow_grf_objects_under_bridges""
@@ -1486,7 +1486,7 @@ patxname = ""allow_grf_objects_under_bridges.construction.allow_grf_objects_unde
base = GameSettings
var = construction.allow_stations_under_bridges
def = false
cat = SC_EXPERT
cat = SC_ADVANCED
str = STR_CONFIG_SETTING_ALLOW_STATIONS_UNDER_BRIDGES
strhelp = STR_CONFIG_SETTING_ALLOW_STATIONS_UNDER_BRIDGES_HELPTEXT
patxname = ""allow_stations_under_bridges.construction.allow_stations_under_bridges""