[Scummvm-cvs-logs] scummvm master -> ad72d862b228d30a098f07a82c0984f42590a185
dreammaster
dreammaster at scummvm.org
Fri Jul 31 02:35:23 CEST 2015
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:
ad72d862b2 SHERLOCK: Bump up savegame version
Commit: ad72d862b228d30a098f07a82c0984f42590a185
https://github.com/scummvm/scummvm/commit/ad72d862b228d30a098f07a82c0984f42590a185
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2015-07-30T20:34:31-04:00
Commit Message:
SHERLOCK: Bump up savegame version
Changed paths:
engines/sherlock/saveload.h
diff --git a/engines/sherlock/saveload.h b/engines/sherlock/saveload.h
index b4e9b3e..7f63679 100644
--- a/engines/sherlock/saveload.h
+++ b/engines/sherlock/saveload.h
@@ -36,8 +36,8 @@ namespace Sherlock {
#define ONSCREEN_FILES_COUNT 5
enum {
- CURRENT_SAVEGAME_VERSION = 2,
- MINIMUM_SAVEGAME_VERSION = 2
+ CURRENT_SAVEGAME_VERSION = 3,
+ MINIMUM_SAVEGAME_VERSION = 3
};
enum SaveMode { SAVEMODE_NONE = 0, SAVEMODE_LOAD = 1, SAVEMODE_SAVE = 2 };
More information about the Scummvm-git-logs
mailing list