synced local imuse. many bug fixes, and few new bugs :)
svn-id: r13153
This commit is contained in:
parent
30d169d2be
commit
41e6bba009
6 changed files with 277 additions and 251 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue