SCUMM: make FM-Towns save files compatible between DS and other platforms

(only applies to new save files)
This commit is contained in:
athrxx 2011-11-24 21:27:22 +01:00
parent 7c78fe0d22
commit ae5192c5d3
2 changed files with 25 additions and 5 deletions

View file

@ -47,7 +47,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 87
#define CURRENT_VER 88
/**
* An auxillary macro, used to specify savegame versions. We use this instead