mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-19 00:15:30 +00:00
HDB: Fix song 2 fading volume
This commit is contained in:
parent
46e2f0bec9
commit
220ef998bb
@ -1475,7 +1475,7 @@ void Sound::setMusicVolume(int volume) {
|
||||
}
|
||||
if (_song2.playing) {
|
||||
if (_song2.fadingIn)
|
||||
_song1.fadeInVol = volume;
|
||||
_song2.fadeInVol = volume;
|
||||
if (!_song2.fadingOut)
|
||||
g_hdb->_mixer->setChannelVolume(_song2.handle, volume);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user