SCUMM: Save/load music/sfx data in AD player.

This makes sure that the currently playing music and sfx are resumed when
loading a save game.
This commit is contained in:
Johannes Schickel 2014-06-04 18:51:15 +02:00
parent eeed91c420
commit 4069f63eb0
3 changed files with 51 additions and 8 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 95
#define CURRENT_VER 96
/**
* An auxillary macro, used to specify savegame versions. We use this instead