SCUMM: Save the new variables, move the setting of the unknown variable to after the setDirection call

This commit is contained in:
segrax 2012-01-20 07:47:43 +11:00 committed by Tobias Gunkel
parent e2d45467bb
commit e331421eae
2 changed files with 8 additions and 6 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 88
#define CURRENT_VER 89
/**
* An auxillary macro, used to specify savegame versions. We use this instead