SCUMM: Save Indy4 Amiga specific palettes like the original did.

For older saves I added a warning and a fallback which tries to setup
everything correctly. This might cause some issues, but should hopefully be
just fine.
This commit is contained in:
Johannes Schickel 2011-08-26 18:43:28 +02:00
parent ffc09f8647
commit f77fc07b6b
2 changed files with 17 additions and 7 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 84
#define CURRENT_VER 85
/**
* An auxillary macro, used to specify savegame versions. We use this instead