added stopAll in Imuse

svn-id: r5064
This commit is contained in:
Paweł Kołodziejski 2002-10-01 21:19:52 +00:00
parent c49e3e3eb8
commit 7d6ebdc289
4 changed files with 21 additions and 1 deletions

View file

@ -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);