diff -r 83ef50815535 -r 64ea345ab655 hedgewars/uStats.pas --- a/hedgewars/uStats.pas Wed Nov 17 17:45:55 2010 +0300 +++ b/hedgewars/uStats.pas Wed Nov 17 20:28:42 2010 +0300 @@ -22,26 +22,6 @@ interface uses uGears, uConsts, uTypes; -type TStatistics = record - DamageRecv, - DamageGiven: Longword; - StepDamageRecv, - StepDamageGiven, - StepKills: Longword; - MaxStepDamageRecv, - MaxStepDamageGiven, - MaxStepKills: Longword; - FinishedTurns: Longword; - end; - -type TTeamStats = record - Kills : Longword; - AIKills : Longword; - TeamKills : Longword; - TurnSkips : Longword; - TeamDamage : Longword; -end; - var TotalRounds: LongInt; FinishedTurnsTotal: LongInt;