1
0
Fork 0

(svn r26881) -Codechange: bump the savegame version

release/1.5
rubidium 2014-09-21 11:28:29 +00:00
parent f41b55f0ff
commit fedc1acd62
1 changed files with 2 additions and 1 deletions

View File

@ -261,8 +261,9 @@
* 191 26646
* 192 26700
* 193 26802
* 194 26881
*/
extern const uint16 SAVEGAME_VERSION = 193; ///< Current savegame version of OpenTTD.
extern const uint16 SAVEGAME_VERSION = 194; ///< Current savegame version of OpenTTD.
SavegameType _savegame_type; ///< type of savegame we are loading