mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-02-01 06:00:45 +00:00
Checkpoint
This commit is contained in:
parent
9b50eec56a
commit
3d8c4585d4
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue