(svn r21426) -Change: introduce a setting for the types of commands that are allowed to be executed while paused

This commit is contained in:
rubidium
2010-12-07 21:08:08 +00:00
parent b3eb3b96b9
commit df410fd7ed
5 changed files with 10 additions and 1 deletions

View File

@@ -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)};