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