aboutsummaryrefslogtreecommitdiff
path: root/scumm/saveload.h
diff options
context:
space:
mode:
authorTravis Howell2004-08-09 01:07:48 +0000
committerTravis Howell2004-08-09 01:07:48 +0000
commitd63d23ed077eb958e3dbdb6d760fe4b75af258de (patch)
tree6bb2b8d1f7dae14fbbfc5a6cff0d8d8de93dd22c /scumm/saveload.h
parentdc476abe6021806a8cc30935c91ffabb8e766829 (diff)
downloadscummvm-rg350-d63d23ed077eb958e3dbdb6d760fe4b75af258de.tar.gz
scummvm-rg350-d63d23ed077eb958e3dbdb6d760fe4b75af258de.tar.bz2
scummvm-rg350-d63d23ed077eb958e3dbdb6d760fe4b75af258de.zip
Add patch #999887 - Possible fix for bug #998276
Also saves _currentMusic svn-id: r14525
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 f316666c61..7f11684c2f 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 34
+#define CURRENT_VER 35
// 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