When resetting volume on same music, make it fade instead of a hard change

This commit is contained in:
mazmazz 2019-03-13 23:55:30 -04:00
parent 2c823703f9
commit bdb9e8cfda

View file

@ -1526,7 +1526,7 @@ void S_ChangeMusicEx(const char *mmusic, UINT16 mflags, boolean looping, UINT32
else // reset volume to 100 with same music
{
I_StopFadingSong();
I_SetInternalMusicVolume(100);
I_FadeSong(100, 500, NULL);
}
}