Skip to content
Snippets Groups Projects
Commit 7084fc89 authored by Marco Z's avatar Marco Z
Browse files

MP Core s_sound: I_FadeSongFromVolume call fix (buildbots)

parent 37addc02
Branches
Tags
No related merge requests found
......@@ -1716,7 +1716,7 @@ boolean S_FadeMusicFromVolume(UINT8 target_volume, INT16 source_volume, UINT32 m
if (source_volume < 0)
return I_FadeSong(target_volume, ms, NULL);
else
return I_FadeSongFromVolume(target_volume, source_volume, ms, false);
return I_FadeSongFromVolume(target_volume, source_volume, ms, NULL);
}
boolean S_FadeOutStopMusic(UINT32 ms)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment