(svn r1429) Change: bumped savegame to revision 5.

- Now orders are bigger
   - Now _map2 is official 16 bits
This commit is contained in:
truelight
2005-01-08 12:47:26 +00:00
parent 323ab5ee72
commit 95a879fb7d
3 changed files with 46 additions and 30 deletions

View File

@@ -7,8 +7,8 @@
#include "saveload.h"
enum {
SAVEGAME_MAJOR_VERSION = 4,
SAVEGAME_MINOR_VERSION = 4,
SAVEGAME_MAJOR_VERSION = 5,
SAVEGAME_MINOR_VERSION = 0,
SAVEGAME_LOADABLE_VERSION = (SAVEGAME_MAJOR_VERSION << 8) + SAVEGAME_MINOR_VERSION
};