diff options
author | truebrain <truebrain@openttd.org> | 2011-11-23 16:11:15 +0000 |
---|---|---|
committer | truebrain <truebrain@openttd.org> | 2011-11-23 16:11:15 +0000 |
commit | d809ea4f237a2de4436687a89f1954887d89f611 (patch) | |
tree | 1853aadbd014d3cf6fbcab33e90c2e4a8874dab6 | |
parent | e30256692fcea969ef6e0930ba4e5075a9f8c86b (diff) | |
download | openttd-d809ea4f237a2de4436687a89f1954887d89f611.tar.xz |
(svn r23304) -Add: bump the savegame to start storing the new bits and pieces
-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 e74659d66..a160cdd31 100644 --- a/src/saveload/saveload.cpp +++ b/src/saveload/saveload.cpp @@ -229,8 +229,9 @@ * 162 22713 * 163 22767 * 164 23290 + * 165 23304 */ -extern const uint16 SAVEGAME_VERSION = 164; ///< Current savegame version of OpenTTD. +extern const uint16 SAVEGAME_VERSION = 165; ///< Current savegame version of OpenTTD. SavegameType _savegame_type; ///< type of savegame we are loading |