Fix bad endian bug in thumbnails code

svn-id: r18256
This commit is contained in:
Max Horn 2005-05-26 10:07:37 +00:00
parent ca40942959
commit de52d556d4
3 changed files with 13 additions and 6 deletions

View file

@ -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