mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-25 23:11:20 +00:00
If a nextmapoverride is used in GP, do not take a life and restart the level when exiting without having properly won. It may be some sort of secret.
This commit is contained in:
parent
f91f075a0d
commit
d75ebd5453
1 changed files with 1 additions and 1 deletions
|
|
@ -3303,7 +3303,7 @@ void G_ExitLevel(void)
|
|||
}
|
||||
}
|
||||
|
||||
if (!G_GametypeUsesLives())
|
||||
if (!G_GametypeUsesLives() || nextmapoverride != 0)
|
||||
; // never force a retry
|
||||
else if (specialstageinfo.valid == true || (gametyperules & GTR_BOSS))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue