From df410fd7ed6a4ad36d59f4eb9c84138437cb8a0c Mon Sep 17 00:00:00 2001 From: rubidium Date: Tue, 7 Dec 2010 21:08:08 +0000 Subject: (svn r21426) -Change: introduce a setting for the types of commands that are allowed to be executed while paused --- src/table/settings.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/table') 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), -- cgit v1.2.3-54-g00ecf