1
0
Fork 0

(svn r23304) -Add: bump the savegame to start storing the new bits and pieces

release/1.2
truebrain 2011-11-23 16:11:15 +00:00
parent e30256692f
commit d809ea4f23
1 changed files with 2 additions and 1 deletions

View File

@ -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