SWORD25: Bump the save file version number

Since the previous commit breaks saves for 32 bit binaries
This commit is contained in:
Adrian Astley 2014-09-12 17:05:53 -05:00
parent 2ec3adfad5
commit 91571387d1

View File

@ -52,7 +52,7 @@ static const uint SLOT_COUNT = 18;
static const uint FILE_COPY_BUFFER_SIZE = 1024 * 10;
static const char *VERSIONIDOLD = "SCUMMVM1";
static const char *VERSIONID = "SCUMMVM2";
static const int VERSIONNUM = 2;
static const int VERSIONNUM = 3;
#define MAX_SAVEGAME_SIZE 100