diff -r 9654205a9424 -r 43945842da0c hedgewars/uTeams.pas --- a/hedgewars/uTeams.pas Thu Nov 18 11:50:02 2010 +0300 +++ b/hedgewars/uTeams.pas Thu Nov 18 12:12:51 2010 +0300 @@ -37,7 +37,8 @@ function GetTeamStatString(p: PTeam): shortstring; implementation -uses uMisc, uWorld, uLocale, uAmmos, uChat, uMobile, uVariables, uUtils, uIO; +uses uWorld, uLocale, uAmmos, uChat, uMobile, uVariables, uUtils, uIO; + const MaxTeamHealth: LongInt = 0; function CheckForWin: boolean;