startCDTimer() is already being invoked by pauseSounds(false)
svn-id: r11424
This commit is contained in:
parent
eeb3cdebf1
commit
6882f2886a
1 changed files with 0 additions and 3 deletions
|
@ -219,9 +219,6 @@ bool ScummEngine::loadState(int slot, bool compat, SaveFileManager *mgr) {
|
||||||
_roomWidth, _roomHeight, _roomStrips);
|
_roomWidth, _roomHeight, _roomStrips);
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((_features & GF_AUDIOTRACKS) && VAR(VAR_MUSIC_TIMER) > 0)
|
|
||||||
_sound->startCDTimer();
|
|
||||||
|
|
||||||
CHECK_HEAP debug(1, "State loaded from '%s'", filename);
|
CHECK_HEAP debug(1, "State loaded from '%s'", filename);
|
||||||
|
|
||||||
_sound->pauseSounds(false);
|
_sound->pauseSounds(false);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue