mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
When resetting volume on same music, make it fade instead of a hard change
This commit is contained in:
parent
2c823703f9
commit
bdb9e8cfda
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…
Add table
Reference in a new issue