diff -r 54a78ec6aac4 -r 0dfe26f48ec1 hedgewars/uTeams.pas --- a/hedgewars/uTeams.pas Sun Nov 21 19:14:45 2010 +0300 +++ b/hedgewars/uTeams.pas Sun Nov 21 19:41:19 2010 +0300 @@ -38,7 +38,7 @@ function GetTeamStatString(p: PTeam): shortstring; implementation -uses uLocale, uAmmos, uChat, uMobile, uVariables, uUtils, uIO, uCaptions, uCommands; +uses uLocale, uAmmos, uChat, uMobile, uVariables, uUtils, uIO, uCaptions, uCommands, uDebug; const MaxTeamHealth: LongInt = 0;