hedgewars/uTeams.pas
changeset 4376 9654205a9424
parent 4374 bcefeeabaa33
child 4377 43945842da0c
--- 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;