mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-05 00:12:16 +00:00
Got_ExitLevelcmd sets GP round won
This commit is contained in:
parent
f78b3f7794
commit
4d19b127c3
1 changed files with 6 additions and 0 deletions
|
|
@ -5356,6 +5356,12 @@ static void Got_ExitLevelcmd(UINT8 **cp, INT32 playernum)
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (grandprixinfo.gp == true)
|
||||||
|
{
|
||||||
|
// This is already a cheat command.
|
||||||
|
grandprixinfo.wonround = true;
|
||||||
|
}
|
||||||
|
|
||||||
G_ExitLevel();
|
G_ExitLevel();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue