Be able to get partial credit for capsules again

This commit is contained in:
Sally Coolatta 2023-03-05 19:58:16 -05:00
parent 23a00b1d00
commit 0f87e177b9
2 changed files with 1 additions and 2 deletions

View file

@ -4117,6 +4117,7 @@ static void G_DoCompleted(void)
G_SetGamestate(GS_NULL);
wipegamestate = GS_NULL;
grandprixinfo.rank.capsules += numtargets;
grandprixinfo.rank.position = MAXPLAYERS;
for (i = 0; i < MAXPLAYERS; i++)

View file

@ -1376,8 +1376,6 @@ void P_DoPlayerExit(player_t *player)
{
grandprixinfo.rank.specialWon = true;
}
grandprixinfo.rank.capsules += numtargets;
}
}
}