From a84fbcb219c5f9c04b38851b6b8c77335cc7a20d Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Mon, 30 Jul 2018 01:56:52 +0100 Subject: [PATCH] Change bridges over stations/objects settings from expert to advanced --- src/table/settings.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/table/settings.ini b/src/table/settings.ini index 0e507c5840..1644f0b18a 100644 --- a/src/table/settings.ini +++ b/src/table/settings.ini @@ -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""