Skip to content

Commit bd73821

Browse files
committed
Fix bug with Elo rating
1 parent 446f20a commit bd73821

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

battlefield/Battlefield.lpr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@
311311
WriteLn('Other stats:');
312312
rtcResetStyle;
313313
PrintLOS(Runner.FirstWins, Runner.SecondWins);
314-
PrintEloDifference(Runner.FirstWins, Runner.SecondWins, Runner.Draws);
314+
PrintEloDifference(Runner.FirstWins, Runner.Draws, Runner.SecondWins);
315315
finally
316316
FreeAndNil(Runner);
317317
FreeAndNil(RunnerProgress);

0 commit comments

Comments
 (0)