aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorAdrian Astley2014-09-12 17:05:53 -0500
committerAdrian Astley2014-09-12 17:05:53 -0500
commit91571387d10cf7b190f1f52a1c995bf675c38263 (patch)
tree8a28c0aa7408c79925d2d0c587bf1c4d6510e3ff /engines
parent2ec3adfad531b7e1f698c338545fb9817f99e5b1 (diff)
downloadscummvm-rg350-91571387d10cf7b190f1f52a1c995bf675c38263.tar.gz
scummvm-rg350-91571387d10cf7b190f1f52a1c995bf675c38263.tar.bz2
scummvm-rg350-91571387d10cf7b190f1f52a1c995bf675c38263.zip
SWORD25: Bump the save file version number
Since the previous commit breaks saves for 32 bit binaries
Diffstat (limited to 'engines')
-rw-r--r--engines/sword25/kernel/persistenceservice.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sword25/kernel/persistenceservice.cpp b/engines/sword25/kernel/persistenceservice.cpp
index fb83b7f941..7d68081593 100644
--- a/engines/sword25/kernel/persistenceservice.cpp
+++ b/engines/sword25/kernel/persistenceservice.cpp
@@ -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