mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-02-20 19:02:37 +00:00
When resetting volume on same music, make it fade instead of a hard change
This commit is contained in:
parent
67e2857303
commit
fdde5f13c5
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue