SCUMM: Save/load Mac music engine state for Loom and MI1
Note that while this removes _townsPlayer->saveLoadWithSerializer(s) it really shouldn't break anything because _musicEngine also points to the FM Towns player. Famous last words...
This commit is contained in:
parent
b75349383e
commit
f784d683e0
5 changed files with 59 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 93
|
||||
#define CURRENT_VER 94
|
||||
|
||||
/**
|
||||
* An auxillary macro, used to specify savegame versions. We use this instead
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue