mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-17 10:11:12 +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…
Reference in a new issue