Disable instant last place explode in Relaxed

This commit is contained in:
Antonio Martinez 2025-07-18 15:40:24 -04:00
parent 61663ec89e
commit a0cd78eb7a

View file

@ -1612,6 +1612,10 @@ boolean P_CheckRacers(void)
const boolean griefed = (spectateGriefed > 0);
boolean eliminateLast = (!K_CanChangeRules(true) || (cv_karteliminatelast.value != 0));
if (grandprixinfo.gp && grandprixinfo.gamespeed == KARTSPEED_EASY)
eliminateLast = false;
boolean allHumansDone = true;
//boolean allBotsDone = true;