mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Battle: use Prison Break spawnpoints in Duels
This commit is contained in:
parent
ecf9fd53f6
commit
b5d87a89f4
1 changed files with 2 additions and 2 deletions
|
|
@ -2802,9 +2802,9 @@ mapthing_t *G_FindMapStart(INT32 playernum)
|
|||
if (K_PodiumSequence() == true)
|
||||
spawnpoint = G_FindPodiumStart(playernum);
|
||||
|
||||
// -- Time Attack --
|
||||
// -- Time Attack / Battle duels --
|
||||
// Order: Race->DM->CTF
|
||||
else if (K_TimeAttackRules() == true)
|
||||
else if (K_TimeAttackRules() == true || ((gametyperules & GTR_BATTLESTARTS) && inDuel))
|
||||
spawnpoint = G_FindRaceStartOrFallback(playernum);
|
||||
|
||||
// -- CTF --
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue