mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 20:41:46 +00:00
No time limit in Capsule timeattack
This commit is contained in:
parent
52c0e145be
commit
31bba30dcc
1 changed files with 1 additions and 1 deletions
|
|
@ -149,7 +149,7 @@ void K_TimerInit(void)
|
||||||
}
|
}
|
||||||
|
|
||||||
timelimitintics = extratimeintics = secretextratime = 0;
|
timelimitintics = extratimeintics = secretextratime = 0;
|
||||||
if ((gametyperules & GTR_TIMELIMIT) && !bossinfo.boss)
|
if ((gametyperules & GTR_TIMELIMIT) && !bossinfo.boss && !modeattacking)
|
||||||
{
|
{
|
||||||
if (singleplayercontext)
|
if (singleplayercontext)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue