(svn r25833) -Codechange: Move ObjectType from map array into pool item.

This commit is contained in:
frosch
2013-10-12 16:30:42 +00:00
parent 478500abbc
commit d9d978d6d2
10 changed files with 56 additions and 62 deletions

View File

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