Remove exitlevel wonround

Don't care enough to fix it right now.
This commit is contained in:
Sally Coolatta 2023-03-04 13:32:06 -05:00
parent 04525f2fb5
commit 664fb02229

View file

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