summaryrefslogtreecommitdiff
path: root/src/saveload
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/saveload
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/saveload')
-rw-r--r--src/saveload/saveload.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/saveload/saveload.cpp b/src/saveload/saveload.cpp
index d196dd3fd..9c0926200 100644
--- a/src/saveload/saveload.cpp
+++ b/src/saveload/saveload.cpp
@@ -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