summaryrefslogtreecommitdiff
path: root/src/settings_gui.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2014-09-21 11:40:11 +0000
committerrubidium <rubidium@openttd.org>2014-09-21 11:40:11 +0000
commitce04c49e3d021451e8ad17e8a53e4e515f261209 (patch)
tree457f5c42490de310cb026744673048b0e7bb8781 /src/settings_gui.cpp
parentfedc1acd620f3fd364e6907ae760cc9cc9a057dc (diff)
downloadopenttd-ce04c49e3d021451e8ad17e8a53e4e515f261209.tar.xz
(svn r26882) -Feature: allow limiting the height of bridges (ic111)
Diffstat (limited to 'src/settings_gui.cpp')
-rw-r--r--src/settings_gui.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/settings_gui.cpp b/src/settings_gui.cpp
index 320b19d08..bd8eb91ca 100644
--- a/src/settings_gui.cpp
+++ b/src/settings_gui.cpp
@@ -1604,6 +1604,7 @@ static SettingsContainer &GetSettingsTree()
limitations->Add(new SettingEntry("construction.autoslope"));
limitations->Add(new SettingEntry("construction.extra_dynamite"));
limitations->Add(new SettingEntry("construction.max_bridge_length"));
+ limitations->Add(new SettingEntry("construction.max_bridge_height"));
limitations->Add(new SettingEntry("construction.max_tunnel_length"));
limitations->Add(new SettingEntry("station.never_expire_airports"));
limitations->Add(new SettingEntry("vehicle.never_expire_vehicles"));