mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-08 14:46:22 +00:00
Break the Capsules is always Time Attack rules
This commit is contained in:
parent
9d350c64c8
commit
138e6ba846
1 changed files with 8 additions and 0 deletions
|
|
@ -525,6 +525,14 @@ boolean K_TimeAttackRules(void)
|
|||
return true;
|
||||
}
|
||||
|
||||
if (battlecapsules == true)
|
||||
{
|
||||
// Break the Capsules always uses Time Attack
|
||||
// rules, since you can bring 2-4 players in
|
||||
// via Grand Prix.
|
||||
return true;
|
||||
}
|
||||
|
||||
for (i = 0; i < MAXPLAYERS; i++)
|
||||
{
|
||||
if (playeringame[i] == false || players[i].spectator == true)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue