added stopAll in Imuse
svn-id: r5064
This commit is contained in:
parent
c49e3e3eb8
commit
7d6ebdc289
4 changed files with 21 additions and 1 deletions
|
@ -111,6 +111,10 @@ bool Scumm::loadState(int slot, bool compat)
|
|||
_current_version = hdr.ver;
|
||||
memcpy(_saveLoadName, hdr.name, sizeof(hdr.name));
|
||||
|
||||
if (_imuseDigital) {
|
||||
_imuseDigital->stopAll();
|
||||
}
|
||||
|
||||
_sound->pauseSounds(true);
|
||||
|
||||
CHECK_HEAP openRoom(-1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue