aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/sci/sound/soundcmd.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/sci/sound/soundcmd.cpp b/engines/sci/sound/soundcmd.cpp
index 316468eee4..9312df5c80 100644
--- a/engines/sci/sound/soundcmd.cpp
+++ b/engines/sci/sound/soundcmd.cpp
@@ -385,6 +385,8 @@ void SoundCommandParser::processUpdateCues(reg_t obj) {
} else {
_music->updateAudioStreamTicker(musicSlot);
}
+ } else if (musicSlot->status == kSoundPaused) {
+ _music->updateAudioStreamTicker(musicSlot);
}
// We get a flag from MusicEntry::doFade() here to set volume for the stream
if (musicSlot->fadeSetVolume) {