changeset 6543 | 697e9b730189 |
parent 6450 | 14224c9b4594 |
child 6580 | 6155187bf599 |
--- a/hedgewars/uTeams.pas Fri Dec 30 22:20:57 2011 +0300 +++ b/hedgewars/uTeams.pas Sat Dec 31 01:52:14 2011 +0300 @@ -36,7 +36,8 @@ procedure TeamGoneEffect(var Team: TTeam); implementation -uses uLocale, uAmmos, uChat, uMobile, uVariables, uUtils, uIO, uCaptions, uCommands, uDebug, uScript; +uses uLocale, uAmmos, uChat, uMobile, uVariables, uUtils, uIO, uCaptions, uCommands, uDebug, uScript, + uGearsUtils, uGearsList; const MaxTeamHealth: LongInt = 0;