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:
Torbjörn Andersson 2012-11-15 22:23:44 +01:00
parent b75349383e
commit f784d683e0
5 changed files with 59 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 93
#define CURRENT_VER 94
/**
* An auxillary macro, used to specify savegame versions. We use this instead