(svn r25620) -Fix (r25342): Save/load of story books were broken

This commit is contained in:
zuu
2013-07-21 13:18:45 +00:00
parent 5eb8f0a0bb
commit 09897c5fd6
6 changed files with 45 additions and 18 deletions

View File

@@ -250,8 +250,9 @@
* 182 25296
* 183 25363
* 184 25508
* 185 25620
*/
extern const uint16 SAVEGAME_VERSION = 184; ///< Current savegame version of OpenTTD.
extern const uint16 SAVEGAME_VERSION = 185; ///< Current savegame version of OpenTTD.
SavegameType _savegame_type; ///< type of savegame we are loading