aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/saveload.h
diff options
context:
space:
mode:
authorKirben2014-12-07 15:09:36 +1100
committerKirben2014-12-07 15:09:36 +1100
commitdcd0f597e6026e248ff6e2db0224f3f60626cdca (patch)
treef616b8ed6ae0b0ce56f7c81dd65ad4af84754ded /engines/scumm/saveload.h
parentd8af639dfcbdae3c99f72c4c4ec4f07410d5915c (diff)
parent4b1b9ec66f5889fd20d88f8f7f565e8448ac8389 (diff)
downloadscummvm-rg350-dcd0f597e6026e248ff6e2db0224f3f60626cdca.tar.gz
scummvm-rg350-dcd0f597e6026e248ff6e2db0224f3f60626cdca.tar.bz2
scummvm-rg350-dcd0f597e6026e248ff6e2db0224f3f60626cdca.zip
Merge pull request #539 from segrax/master
SCUMM: Maniac V0: Original Walk Code Implementation
Diffstat (limited to 'engines/scumm/saveload.h')
-rw-r--r--engines/scumm/saveload.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/saveload.h b/engines/scumm/saveload.h
index 01ed21ece5..753287e217 100644
--- a/engines/scumm/saveload.h
+++ b/engines/scumm/saveload.h
@@ -47,7 +47,7 @@ namespace Scumm {
* only saves/loads those which are valid for the version of the savegame
* which is being loaded/saved currently.
*/
-#define CURRENT_VER 96
+#define CURRENT_VER 97
/**
* An auxillary macro, used to specify savegame versions. We use this instead