(svn r21453) -Codechange: add the view of an object to the savegame

This commit is contained in:
rubidium
2010-12-10 21:32:04 +00:00
parent 268a57dedc
commit 1af7df8ba0
5 changed files with 15 additions and 8 deletions

View File

@@ -219,8 +219,9 @@
* 152 21171
* 153 21263
* 154 21426
* 155 21453
*/
extern const uint16 SAVEGAME_VERSION = 154; ///< Current savegame version of OpenTTD.
extern const uint16 SAVEGAME_VERSION = 155; ///< Current savegame version of OpenTTD.
SavegameType _savegame_type; ///< type of savegame we are loading