Fix bad endian bug in thumbnails code
svn-id: r18256
This commit is contained in:
parent
ca40942959
commit
de52d556d4
3 changed files with 13 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue