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 67e2857303
commit fdde5f13c5
1 changed files with 1 additions and 1 deletions

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);
}
}