hedgewars/uTeams.pas
changeset 4359 83ef50815535
parent 4357 a1fcfc341a52
child 4361 64ea345ab655
equal deleted inserted replaced
4357:a1fcfc341a52 4359:83ef50815535
   117 procedure TeamGone(s: shortstring);
   117 procedure TeamGone(s: shortstring);
   118 procedure TeamGoneEffect(var Team: TTeam);
   118 procedure TeamGoneEffect(var Team: TTeam);
   119 function  GetTeamStatString(p: PTeam): shortstring;
   119 function  GetTeamStatString(p: PTeam): shortstring;
   120 
   120 
   121 implementation
   121 implementation
   122 uses uMisc, uWorld, uLocale, uAmmos, uChat, uMobile;
   122 uses uMisc, uWorld, uLocale, uAmmos, uChat, uMobile, uVariables;
   123 const MaxTeamHealth: LongInt = 0;
   123 const MaxTeamHealth: LongInt = 0;
   124 
   124 
   125 function CheckForWin: boolean;
   125 function CheckForWin: boolean;
   126 var AliveClan: PClan;
   126 var AliveClan: PClan;
   127     s: shortstring;
   127     s: shortstring;