summaryrefslogtreecommitdiff
path: root/src/table
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2011-02-04 15:29:50 +0000
committerrubidium <rubidium@openttd.org>2011-02-04 15:29:50 +0000
commit4355231f677b2ad779daaab701444c5b003cdaed (patch)
treef1e56a46ce1658ea03125942a87fd51ab11cb51d /src/table
parent4c5ca174861c4324761b31de5a98a5c9a7d976df (diff)
downloadopenttd-4355231f677b2ad779daaab701444c5b003cdaed.tar.xz
(svn r21958) -Cleanup: join_stations setting; can done by distant join and could be subverted by distant join
Diffstat (limited to 'src/table')
-rw-r--r--src/table/settings.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/table/settings.h b/src/table/settings.h
index 7d0e4d461..594082f4a 100644
--- a/src/table/settings.h
+++ b/src/table/settings.h
@@ -424,7 +424,7 @@ const SettingDesc _settings[] = {
SDT_CONDBOOL(GameSettings, vehicle.dynamic_engines, 95, SL_MAX_VERSION, 0,NN, true, STR_CONFIG_SETTING_DYNAMIC_ENGINES, ChangeDynamicEngines),
SDT_CONDVAR(GameSettings, vehicle.plane_crashes, SLE_UINT8,138, SL_MAX_VERSION, 0,MS, 2, 0, 2, 1, STR_CONFIG_SETTING_PLANE_CRASHES, NULL),
- SDT_BOOL(GameSettings, station.join_stations, 0, 0, true, STR_CONFIG_SETTING_JOINSTATIONS, NULL),
+ SDT_CONDNULL( 1, 0, 158), // station.join_stations
SDTC_CONDBOOL( gui.sg_full_load_any, 22, 92, 0, 0, true, STR_NULL, NULL),
SDT_BOOL(GameSettings, order.improved_load, 0,NN, true, STR_CONFIG_SETTING_IMPROVEDLOAD, NULL),
SDT_BOOL(GameSettings, order.selectgoods, 0, 0, true, STR_CONFIG_SETTING_SELECTGOODS, NULL),