Checkpoint

This commit is contained in:
mazmazz 2018-08-19 16:25:12 -04:00
parent ac9167b654
commit 3c5406ee04

View file

@ -1199,7 +1199,7 @@ boolean I_FadeMusicFromLevel(UINT8 target_volume, INT16 source_volume, UINT32 ms
I_StopFadingMusic();
if (!ms)
if (!ms && volume_delta)
{
I_SetInternalMusicVolume(target_volume);
return true;