mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Fade out POSITION music at 3 2 1
This commit is contained in:
parent
9095261a18
commit
e28e67f84d
1 changed files with 4 additions and 4 deletions
|
|
@ -9673,11 +9673,11 @@ void K_MoveKartPlayer(player_t *player, boolean onground)
|
|||
{
|
||||
if ((leveltime == starttime-(3*TICRATE)) || (leveltime == starttime-(2*TICRATE)) || (leveltime == starttime-TICRATE))
|
||||
S_StartSound(NULL, sfx_s3ka7);
|
||||
if (leveltime == starttime)
|
||||
{
|
||||
|
||||
if (leveltime == starttime-(3*TICRATE))
|
||||
S_FadeOutStopMusic(3500);
|
||||
else if (leveltime == starttime)
|
||||
S_StartSound(NULL, sfx_s3kad);
|
||||
S_StopMusic(); // The GO! sound stops the level start ambience
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue