mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-09 18:31:53 +00:00
Be able to get partial credit for capsules again
This commit is contained in:
parent
23a00b1d00
commit
0f87e177b9
2 changed files with 1 additions and 2 deletions
|
|
@ -4117,6 +4117,7 @@ static void G_DoCompleted(void)
|
||||||
G_SetGamestate(GS_NULL);
|
G_SetGamestate(GS_NULL);
|
||||||
wipegamestate = GS_NULL;
|
wipegamestate = GS_NULL;
|
||||||
|
|
||||||
|
grandprixinfo.rank.capsules += numtargets;
|
||||||
grandprixinfo.rank.position = MAXPLAYERS;
|
grandprixinfo.rank.position = MAXPLAYERS;
|
||||||
|
|
||||||
for (i = 0; i < MAXPLAYERS; i++)
|
for (i = 0; i < MAXPLAYERS; i++)
|
||||||
|
|
|
||||||
|
|
@ -1376,8 +1376,6 @@ void P_DoPlayerExit(player_t *player)
|
||||||
{
|
{
|
||||||
grandprixinfo.rank.specialWon = true;
|
grandprixinfo.rank.specialWon = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
grandprixinfo.rank.capsules += numtargets;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue