SCI32: Fix broken background volume in Torin during speech

This commit is contained in:
Colin Snover 2016-07-11 16:22:37 -05:00
parent b37ebb61eb
commit 53ab0b2805

View file

@ -722,7 +722,7 @@ reg_t SoundCommandParser::kDoSoundSetVolume(int argc, reg_t *argv, reg_t acc) {
// SSCI unconditionally sets volume if it is digital audio
if (_soundVersion >= SCI_VERSION_2_1_EARLY && musicSlot->isSample) {
_music->soundSetVolume(musicSlot, value);
} else
}
#endif
if (musicSlot->volume != value) {
musicSlot->volume = value;