aboutsummaryrefslogtreecommitdiff
path: root/scumm/saveload.h
diff options
context:
space:
mode:
authorMax Horn2005-05-26 10:07:37 +0000
committerMax Horn2005-05-26 10:07:37 +0000
commitde52d556d434424f093fb954da8d1fa27025d17e (patch)
tree8f8d1986d71b63b5b7b5b2a8088e465e28328762 /scumm/saveload.h
parentca40942959b494edf8ff4754f7f64215d8cf70f4 (diff)
downloadscummvm-rg350-de52d556d434424f093fb954da8d1fa27025d17e.tar.gz
scummvm-rg350-de52d556d434424f093fb954da8d1fa27025d17e.tar.bz2
scummvm-rg350-de52d556d434424f093fb954da8d1fa27025d17e.zip
Fix bad endian bug in thumbnails code
svn-id: r18256
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 ac0528c834..faee798a9f 100644
--- a/scumm/saveload.h
+++ b/scumm/saveload.h
@@ -45,7 +45,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 54
+#define CURRENT_VER 55
/**
* An auxillary macro, used to specify savegame versions. We use this instead