aboutsummaryrefslogtreecommitdiff
path: root/scumm/saveload.h
diff options
context:
space:
mode:
authorMax Horn2005-04-26 14:01:38 +0000
committerMax Horn2005-04-26 14:01:38 +0000
commitaa330e827cf3d288c6599216846df0415ec08daf (patch)
tree5bbdb314f2cabfc18183d442a3e86fd56cce5535 /scumm/saveload.h
parent9d07432375681bc99627a595ed4d259898a607e6 (diff)
downloadscummvm-rg350-aa330e827cf3d288c6599216846df0415ec08daf.tar.gz
scummvm-rg350-aa330e827cf3d288c6599216846df0415ec08daf.tar.bz2
scummvm-rg350-aa330e827cf3d288c6599216846df0415ec08daf.zip
Clean up HE save/load code, at the cost of savegame compatibility (v71he and upwards)
svn-id: r17821
Diffstat (limited to 'scumm/saveload.h')
-rw-r--r--scumm/saveload.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/saveload.h b/scumm/saveload.h
index 21ead099eb..6c81eab176 100644
--- a/scumm/saveload.h
+++ b/scumm/saveload.h
@@ -43,7 +43,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 49
+#define CURRENT_VER 50
/**
* An auxillary macro, used to specify savegame versions. We use this instead