From de52d556d434424f093fb954da8d1fa27025d17e Mon Sep 17 00:00:00 2001 From: Max Horn Date: Thu, 26 May 2005 10:07:37 +0000 Subject: Fix bad endian bug in thumbnails code svn-id: r18256 --- scumm/saveload.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm/saveload.h') 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 -- cgit v1.2.3