SCUMM: Implement support for special sfx in MI2 Mac.

This also increases the savegame version, since it introduces a new
Instrument subclass.
This commit is contained in:
Johannes Schickel 2012-09-20 01:57:53 +02:00
parent 58f542d434
commit 6ea51e8c45
6 changed files with 83 additions and 4 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 93
/**
* An auxillary macro, used to specify savegame versions. We use this instead