SCUMM: Also save first used color beyond 80 in Indy4 Amiga palette.

This commit is contained in:
Johannes Schickel 2011-08-27 19:57:45 +02:00
parent 064ab0fd62
commit 003c16920c
4 changed files with 24 additions and 11 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 85
#define CURRENT_VER 86
/**
* An auxillary macro, used to specify savegame versions. We use this instead