diff -r a1fcfc341a52 -r 83ef50815535 hedgewars/uTeams.pas --- a/hedgewars/uTeams.pas Wed Nov 17 17:22:36 2010 +0300 +++ b/hedgewars/uTeams.pas Wed Nov 17 17:45:55 2010 +0300 @@ -119,7 +119,7 @@ function GetTeamStatString(p: PTeam): shortstring; implementation -uses uMisc, uWorld, uLocale, uAmmos, uChat, uMobile; +uses uMisc, uWorld, uLocale, uAmmos, uChat, uMobile, uVariables; const MaxTeamHealth: LongInt = 0; function CheckForWin: boolean;