mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-03 15:32:45 +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())
|
if (!G_GametypeUsesLives())
|
||||||
; // never force a retry
|
; // never force a retry
|
||||||
else if (specialstageinfo.valid == true || (gametyperules & GTR_BOSS)
|
else if (specialstageinfo.valid == true || (gametyperules & GTR_BOSS))
|
||||||
{
|
{
|
||||||
doretry = true;
|
doretry = true;
|
||||||
for (i = 0; i < MAXPLAYERS; i++)
|
for (i = 0; i < MAXPLAYERS; i++)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue