SCI32: Fix broken background volume in Torin during speech
This commit is contained in:
parent
b37ebb61eb
commit
53ab0b2805
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue