diff -r 6b5785287f42 -r c53c5c4e7b48 hedgewars/uStats.pas --- 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;