diff -r a1fcfc341a52 -r 83ef50815535 hedgewars/uStats.pas --- a/hedgewars/uStats.pas Wed Nov 17 17:22:36 2010 +0300 +++ b/hedgewars/uStats.pas Wed Nov 17 17:45:55 2010 +0300 @@ -55,7 +55,8 @@ procedure SendStats; implementation -uses uTeams, uSound, uMisc, uLocale, uWorld; +uses uTeams, uSound, uMisc, uLocale, uWorld, uVariables; + var DamageGiven : Longword = 0; DamageClan : Longword = 0; DamageTotal : Longword = 0;