aboutsummaryrefslogtreecommitdiff
path: root/scumm/saveload.h
diff options
context:
space:
mode:
authorTravis Howell2004-07-11 11:59:18 +0000
committerTravis Howell2004-07-11 11:59:18 +0000
commit032405d6f7ef0cd5b546e26d0bfe64bcb4863534 (patch)
tree5d6520825c2d6d29f5eadca2f747c38104d465e5 /scumm/saveload.h
parente98b7c11edafc0c4d161ef818079f2f0b78b6b19 (diff)
downloadscummvm-rg350-032405d6f7ef0cd5b546e26d0bfe64bcb4863534.tar.gz
scummvm-rg350-032405d6f7ef0cd5b546e26d0bfe64bcb4863534.tar.bz2
scummvm-rg350-032405d6f7ef0cd5b546e26d0bfe64bcb4863534.zip
Bump save game version for HE 7.0 changes
Remove mention of talkspeed default, since it no longer applies. svn-id: r14191
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 4b0b6146c8..389a215a9e 100644
--- a/scumm/saveload.h
+++ b/scumm/saveload.h
@@ -32,7 +32,7 @@ namespace Scumm {
// Can be useful for other ports too :)
#define VER(x) x
-#define CURRENT_VER 31
+#define CURRENT_VER 32
// To work around a warning in GCC 3.2 (and 3.1 ?) regarding non-POD types,
// we use a small trick: instead of 0 we use 42. Why? Well, it seems newer GCC