(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

@@ -218,8 +218,9 @@
* 151 20918
* 152 21171
* 153 21263
* 154 21426
*/
extern const uint16 SAVEGAME_VERSION = 153; ///< Current savegame version of OpenTTD.
extern const uint16 SAVEGAME_VERSION = 154; ///< Current savegame version of OpenTTD.
SavegameType _savegame_type; ///< type of savegame we are loading