(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 8f3607bbc7
commit 7bed9deb4f
5 changed files with 10 additions and 1 deletions

View File

@@ -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. */