hedgewars/uStats.pas
changeset 1058 c53c5c4e7b48
parent 1054 80225c6af656
child 1066 1f1b3686a2b0
--- a/hedgewars/uStats.pas	Sun Jul 06 20:03:09 2008 +0000
+++ b/hedgewars/uStats.pas	Sun Jul 06 21:52:07 2008 +0000
@@ -38,7 +38,9 @@
 procedure TurnReaction;
 procedure SendStats;
 
-var FinishedTurnsTotal: LongInt = -1;
+var
+	TotalRounds: Longword = -1;
+	FinishedTurnsTotal: LongInt = -1;
 
 implementation
 uses uTeams, uSound, uMisc;