Don't affect GP status if retrying

Fixes KartKrew/Kart#997, and then some. The bot difficulty was also
being affected by retrying after completing a race, so that's prevented
too.
This commit is contained in:
Eidolon 2024-01-28 17:06:47 -06:00
parent 22e2b97171
commit 9fb0efae3c

View file

@ -4249,7 +4249,7 @@ static void G_DoCompleted(void)
}
}
if (grandprixinfo.gp == true && grandprixinfo.wonround == true && player->exiting)
if (grandprixinfo.gp == true && grandprixinfo.wonround == true && player->exiting && !retrying)
{
if (player->bot == true)
{