mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-18 16:03:05 +00:00
SWORD25: Bump the save file version number
Since the previous commit breaks saves for 32 bit binaries
This commit is contained in:
parent
2ec3adfad5
commit
91571387d1
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user