(svn r15290) -Codechange: Isolate size and section of the UnMovable HQ object, in order to keep the Unmovable type free of any irrelevant data

This commit is contained in:
belugas
2009-01-28 19:57:23 +00:00
parent bfde9f7eef
commit 3671ed9e4f
6 changed files with 78 additions and 36 deletions

View File

@@ -42,7 +42,7 @@
#include <list>
extern const uint16 SAVEGAME_VERSION = 111;
extern const uint16 SAVEGAME_VERSION = 112;
SavegameType _savegame_type; ///< type of savegame we are loading