From 788f543bc3a778895a10480d4b9e65e3a488e41f Mon Sep 17 00:00:00 2001 From: truelight Date: Sat, 8 Jan 2005 12:47:26 +0000 Subject: (svn r1429) Change: bumped savegame to revision 5. - Now orders are bigger - Now _map2 is official 16 bits --- saveload.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'saveload.c') diff --git a/saveload.c b/saveload.c index b99796256..328ac91be 100644 --- a/saveload.c +++ b/saveload.c @@ -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 }; -- cgit v1.2.3-54-g00ecf