mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Use P1-4 starts in Capsules Attack / Bonus Stage
Rather than randomized Battle starts.
This commit is contained in:
parent
226cb7d736
commit
2140c2f616
1 changed files with 5 additions and 0 deletions
|
|
@ -2824,6 +2824,11 @@ mapthing_t *G_FindMapStart(INT32 playernum)
|
||||||
spawnpoint = G_FindRaceStartOrFallback(playernum);
|
spawnpoint = G_FindRaceStartOrFallback(playernum);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// -- Grand Prix / Time Attack --
|
||||||
|
// Order: Race->DM->CTF
|
||||||
|
else if (grandprixinfo.gp || modeattacking)
|
||||||
|
spawnpoint = G_FindRaceStartOrFallback(playernum);
|
||||||
|
|
||||||
// -- CTF --
|
// -- CTF --
|
||||||
// Order: CTF->DM->Race
|
// Order: CTF->DM->Race
|
||||||
else if ((gametyperules & GTR_TEAMSTARTS) && players[playernum].ctfteam)
|
else if ((gametyperules & GTR_TEAMSTARTS) && players[playernum].ctfteam)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue