SCUMM: revert savegame version to 89

Previous versions 89-92 are merged into version 89.
This commit is contained in:
Tobias Gunkel 2012-02-11 00:10:58 +01:00
parent 0d5b03d8da
commit 65fc7225bb
3 changed files with 13 additions and 14 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 92
#define CURRENT_VER 89
/**
* An auxillary macro, used to specify savegame versions. We use this instead