summaryrefslogtreecommitdiff
path: root/src/settings_gui.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2010-12-07 21:08:08 +0000
committerrubidium <rubidium@openttd.org>2010-12-07 21:08:08 +0000
commitdf410fd7ed6a4ad36d59f4eb9c84138437cb8a0c (patch)
tree6247fa60709b3e184851a2de0fc9038a41172d8b /src/settings_gui.cpp
parentb3eb3b96b9928069583cf2ade0ab09a26d93db85 (diff)
downloadopenttd-df410fd7ed6a4ad36d59f4eb9c84138437cb8a0c.tar.xz
(svn r21426) -Change: introduce a setting for the types of commands that are allowed to be executed while paused
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 c0f75b9c5..f48411e02 100644
--- a/src/settings_gui.cpp
+++ b/src/settings_gui.cpp
@@ -1324,6 +1324,7 @@ static SettingEntry _settings_construction[] = {
SettingEntry("station.never_expire_airports"),
SettingEntry("construction.freeform_edges"),
SettingEntry("construction.extra_tree_placement"),
+ SettingEntry("construction.command_pause_level"),
};
/** Construction sub-page */
static SettingsPage _settings_construction_page = {_settings_construction, lengthof(_settings_construction)};