summaryrefslogtreecommitdiff
path: root/src/settings_gui.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2011-02-04 15:37:23 +0000
committerrubidium <rubidium@openttd.org>2011-02-04 15:37:23 +0000
commit46b3d114a828916226d66ec7536af9f62948759a (patch)
treeb85595b42c2c58187284ee89452b8e71709ceeae /src/settings_gui.cpp
parent4355231f677b2ad779daaab701444c5b003cdaed (diff)
downloadopenttd-46b3d114a828916226d66ec7536af9f62948759a.tar.xz
(svn r21959) -Change: replace longbridges with custom maximum bridge and tunnel length setting
Diffstat (limited to 'src/settings_gui.cpp')
-rw-r--r--src/settings_gui.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/settings_gui.cpp b/src/settings_gui.cpp
index aafefc2c9..f89614e0a 100644
--- a/src/settings_gui.cpp
+++ b/src/settings_gui.cpp
@@ -1334,7 +1334,8 @@ static SettingEntry _settings_construction[] = {
SettingEntry("construction.build_on_slopes"),
SettingEntry("construction.autoslope"),
SettingEntry("construction.extra_dynamite"),
- SettingEntry("construction.longbridges"),
+ SettingEntry("construction.max_bridge_length"),
+ SettingEntry("construction.max_tunnel_length"),
SettingEntry("station.never_expire_airports"),
SettingEntry("construction.freeform_edges"),
SettingEntry("construction.extra_tree_placement"),