changeset 18460:2596ab16da1f draft

(svn r23304) -Add: bump the savegame to start storing the new bits and pieces
author truebrain <truebrain@openttd.org>
date Wed, 23 Nov 2011 16:11:15 +0000
parents 610fb049192c
children 10d16278bb7d
files src/saveload/saveload.cpp
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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