Got_ExitLevelcmd sets GP round won

This commit is contained in:
Sally Coolatta 2023-02-25 13:25:33 -05:00
parent f78b3f7794
commit 4d19b127c3

View file

@ -5356,6 +5356,12 @@ static void Got_ExitLevelcmd(UINT8 **cp, INT32 playernum)
return;
}
if (grandprixinfo.gp == true)
{
// This is already a cheat command.
grandprixinfo.wonround = true;
}
G_ExitLevel();
}