[Scummvm-cvs-logs] scummvm master -> 91571387d10cf7b190f1f52a1c995bf675c38263

RichieSams adastley at gmail.com
Sat Sep 13 00:06:04 CEST 2014


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
91571387d1 SWORD25: Bump the save file version number


Commit: 91571387d10cf7b190f1f52a1c995bf675c38263
    https://github.com/scummvm/scummvm/commit/91571387d10cf7b190f1f52a1c995bf675c38263
Author: Adrian Astley (adastley at gmail.com)
Date: 2014-09-12T17:05:53-05:00

Commit Message:
SWORD25: Bump the save file version number

Since the previous commit breaks saves for 32 bit binaries

Changed paths:
    engines/sword25/kernel/persistenceservice.cpp



diff --git a/engines/sword25/kernel/persistenceservice.cpp b/engines/sword25/kernel/persistenceservice.cpp
index fb83b7f..7d68081 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
 






More information about the Scummvm-git-logs mailing list