mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
SCI: update sample ticker when paused
little adjustment of r51017 svn-id: r51018
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user