mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-26 12:01:47 +00:00
Fix intermission results
This commit is contained in:
parent
16e0dec70d
commit
a543c59e57
1 changed files with 3 additions and 0 deletions
|
|
@ -1842,7 +1842,10 @@ static void Y_CalculateTournamentPoints(void)
|
||||||
{
|
{
|
||||||
if (playeringame[i])
|
if (playeringame[i])
|
||||||
numplayersingame++;
|
numplayersingame++;
|
||||||
|
}
|
||||||
|
|
||||||
|
for (i = 0; i < numplayersingame; i++)
|
||||||
|
{
|
||||||
increase[i] = numplayersingame-i;
|
increase[i] = numplayersingame-i;
|
||||||
|
|
||||||
if (increase[i] < 0)
|
if (increase[i] < 0)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue