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/settings_type.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/settings_type.h') diff --git a/src/settings_type.h b/src/settings_type.h index 3550c2ad9..bf6a926ed 100644 --- a/src/settings_type.h +++ b/src/settings_type.h @@ -211,6 +211,7 @@ struct ConstructionSettings { uint8 industry_platform; ///< the amount of flat land around an industry bool freeform_edges; ///< allow terraforming the tiles at the map edges uint8 extra_tree_placement; ///< (dis)allow building extra trees in-game + uint8 command_pause_level; ///< level/amount of commands that can't be executed while paused }; /** Settings related to the AI. */ -- cgit v1.2.3-54-g00ecf