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:
parent
eeed91c420
commit
4069f63eb0
3 changed files with 51 additions and 8 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 95
|
||||
#define CURRENT_VER 96
|
||||
|
||||
/**
|
||||
* An auxillary macro, used to specify savegame versions. We use this instead
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue