diff options
author | truebrain <truebrain@openttd.org> | 2011-12-19 21:06:42 +0000 |
---|---|---|
committer | truebrain <truebrain@openttd.org> | 2011-12-19 21:06:42 +0000 |
commit | 44b70d176cb0c864e0a366dc10bfbcd867cc6ac6 (patch) | |
tree | e56c4f562a4194e7a4c34181393454449e189b91 | |
parent | 102f811d0277afefe5c90762c0c4cc11ab69713c (diff) | |
download | openttd-44b70d176cb0c864e0a366dc10bfbcd867cc6ac6.tar.xz |
(svn r23637) -Change: bump the savegame, to store all the new goodies
-rw-r--r-- | src/saveload/saveload.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/saveload/saveload.cpp b/src/saveload/saveload.cpp index b45d105cf..7bac45391 100644 --- a/src/saveload/saveload.cpp +++ b/src/saveload/saveload.cpp @@ -232,8 +232,9 @@ * 165 23304 * 166 23415 * 167 23504 + * 168 23637 */ -extern const uint16 SAVEGAME_VERSION = 167; ///< Current savegame version of OpenTTD. +extern const uint16 SAVEGAME_VERSION = 168; ///< Current savegame version of OpenTTD. SavegameType _savegame_type; ///< type of savegame we are loading |