summaryrefslogtreecommitdiff
path: root/src/settings_gui.cpp
diff options
context:
space:
mode:
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"),