mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Battle: fix alternate Overtime music not playing
This commit is contained in:
parent
08dc00ea88
commit
4d334a2bb9
1 changed files with 1 additions and 1 deletions
|
|
@ -150,7 +150,7 @@ void K_CheckBumpers(void)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (numingame <= 2 && battleovertime.enabled && battleovertime.radius <= BARRIER_MIN_RADIUS)
|
if (numingame - eliminated <= 2 && battleovertime.enabled && battleovertime.radius <= BARRIER_MIN_RADIUS)
|
||||||
{
|
{
|
||||||
Music_Stop("battle_overtime");
|
Music_Stop("battle_overtime");
|
||||||
S_StartSound(NULL, sfx_kc4b); // Loud noise helps mask transition
|
S_StartSound(NULL, sfx_kc4b); // Loud noise helps mask transition
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue