diff options
author | rubidium <rubidium@openttd.org> | 2010-12-07 21:08:08 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2010-12-07 21:08:08 +0000 |
commit | df410fd7ed6a4ad36d59f4eb9c84138437cb8a0c (patch) | |
tree | 6247fa60709b3e184851a2de0fc9038a41172d8b /src/table | |
parent | b3eb3b96b9928069583cf2ade0ab09a26d93db85 (diff) | |
download | openttd-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/table')
-rw-r--r-- | src/table/settings.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/table/settings.h b/src/table/settings.h index 376ec6284..c21192c01 100644 --- a/src/table/settings.h +++ b/src/table/settings.h @@ -371,6 +371,7 @@ const SettingDesc _settings[] = { SDT_CONDOMANY(GameSettings, vehicle.road_side, SLE_UINT8, 97, SL_MAX_VERSION, 0,NN, 1, 1, _roadsides, STR_NULL, CheckRoadSide, NULL), SDT_BOOL(GameSettings, construction.build_on_slopes, 0,NN, true, STR_CONFIG_SETTING_BUILDONSLOPES, NULL), + SDT_CONDVAR(GameSettings, construction.command_pause_level, SLE_UINT8,154, SL_MAX_VERSION, 0,MS|NN, 1, 0, 3, 1, STR_CONFIG_SETTING_COMMAND_PAUSE_LEVEL, NULL), SDT_CONDBOOL(GameSettings, construction.autoslope, 75, SL_MAX_VERSION, 0, 0, true, STR_CONFIG_SETTING_AUTOSLOPE, NULL), SDT_BOOL(GameSettings, construction.extra_dynamite, 0, 0, true, STR_CONFIG_SETTING_EXTRADYNAMITE, NULL), SDT_BOOL(GameSettings, construction.longbridges, 0,NN, true, STR_CONFIG_SETTING_LONGBRIDGES, NULL), |