aboutsummaryrefslogtreecommitdiff
path: root/scumm/saveload.h
diff options
context:
space:
mode:
authorMax Horn2003-09-09 17:29:22 +0000
committerMax Horn2003-09-09 17:29:22 +0000
commit07e8084eee1b0397b78aa6ee300855d1a1963503 (patch)
treeabe08649eb0c43447e68a28c186a618d57f2b9c5 /scumm/saveload.h
parent163ecdc05406edd90dd4b336f23a8853a4b518d8 (diff)
downloadscummvm-rg350-07e8084eee1b0397b78aa6ee300855d1a1963503.tar.gz
scummvm-rg350-07e8084eee1b0397b78aa6ee300855d1a1963503.tar.bz2
scummvm-rg350-07e8084eee1b0397b78aa6ee300855d1a1963503.zip
replaced all use of scale items with scale slots. This allowed me to get rid of two big FIXME's, and might fix other scaling bugs in FT/DIG
svn-id: r10140
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 e20fc1237f..225d295c24 100644
--- a/scumm/saveload.h
+++ b/scumm/saveload.h
@@ -28,7 +28,7 @@
// Can be useful for other ports too :)
#define VER(x) x
-#define CURRENT_VER 21
+#define CURRENT_VER 22
// 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