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:
parent
58f542d434
commit
6ea51e8c45
6 changed files with 83 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue