mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-26 20:11:47 +00:00
Disable instant last place explode in Relaxed
This commit is contained in:
parent
61663ec89e
commit
a0cd78eb7a
1 changed files with 4 additions and 0 deletions
|
|
@ -1612,6 +1612,10 @@ boolean P_CheckRacers(void)
|
||||||
const boolean griefed = (spectateGriefed > 0);
|
const boolean griefed = (spectateGriefed > 0);
|
||||||
|
|
||||||
boolean eliminateLast = (!K_CanChangeRules(true) || (cv_karteliminatelast.value != 0));
|
boolean eliminateLast = (!K_CanChangeRules(true) || (cv_karteliminatelast.value != 0));
|
||||||
|
|
||||||
|
if (grandprixinfo.gp && grandprixinfo.gamespeed == KARTSPEED_EASY)
|
||||||
|
eliminateLast = false;
|
||||||
|
|
||||||
boolean allHumansDone = true;
|
boolean allHumansDone = true;
|
||||||
//boolean allBotsDone = true;
|
//boolean allBotsDone = true;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue