synced local imuse. many bug fixes, and few new bugs :)

svn-id: r13153
This commit is contained in:
Paweł Kołodziejski 2004-03-02 20:35:48 +00:00
parent 30d169d2be
commit 41e6bba009
6 changed files with 277 additions and 251 deletions

View file

@ -139,6 +139,12 @@ bool ScummEngine::loadState(int slot, bool compat, SaveFileManager *mgr) {
if (!_imuse || _saveSound || !_saveTemporaryState)
_sound->stopAllSounds();
if (_imuseDigital) {
_imuseDigital->stopAllSounds();
// temporary hack for initial state for imuse music
_imuseDigital->resetState();
}
_sound->stopCD();
_sound->pauseSounds(true);