mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-27 07:51:36 +00:00
Unstaged closing brace
This commit is contained in:
parent
6b18f869b9
commit
c857153c29
1 changed files with 1 additions and 1 deletions
|
|
@ -2919,7 +2919,7 @@ void G_ExitLevel(void)
|
|||
|
||||
if (!G_GametypeUsesLives())
|
||||
; // never force a retry
|
||||
else if (specialstageinfo.valid == true || (gametyperules & GTR_BOSS)
|
||||
else if (specialstageinfo.valid == true || (gametyperules & GTR_BOSS))
|
||||
{
|
||||
doretry = true;
|
||||
for (i = 0; i < MAXPLAYERS; i++)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue