SCI: update sample ticker when paused

little adjustment of r51017

svn-id: r51018
This commit is contained in:
Martin Kiewitz
2010-07-19 07:37:22 +00:00
parent d952e48a57
commit 9cb23c8a7b
+2
View File
@@ -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) {