mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Checkpoint
This commit is contained in:
parent
ac9167b654
commit
3c5406ee04
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();
|
I_StopFadingMusic();
|
||||||
|
|
||||||
if (!ms)
|
if (!ms && volume_delta)
|
||||||
{
|
{
|
||||||
I_SetInternalMusicVolume(target_volume);
|
I_SetInternalMusicVolume(target_volume);
|
||||||
return true;
|
return true;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue