mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-04 07:52:22 +00:00
Battle: cecho "HURRY UP!!" when Barrier appears
This commit is contained in:
parent
2bfad76c1e
commit
c9398e21be
1 changed files with 1 additions and 0 deletions
|
|
@ -690,6 +690,7 @@ void K_RunBattleOvertime(void)
|
||||||
if (battleovertime.enabled == TICRATE)
|
if (battleovertime.enabled == TICRATE)
|
||||||
{
|
{
|
||||||
S_StartSound(NULL, sfx_bhurry);
|
S_StartSound(NULL, sfx_bhurry);
|
||||||
|
HU_DoTitlecardCEchoForDuration(NULL, "HURRY UP!!", true, 2*TICRATE);
|
||||||
Music_DelayEnd("level", 0);
|
Music_DelayEnd("level", 0);
|
||||||
}
|
}
|
||||||
else if (battleovertime.enabled == 10*TICRATE)
|
else if (battleovertime.enabled == 10*TICRATE)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue