summaryrefslogtreecommitdiff
path: root/src/settings_type.h
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_type.h
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_type.h')
-rw-r--r--src/settings_type.h1
1 files changed, 1 insertions, 0 deletions
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. */