hedgewars/uTypes.pas
changeset 10343 fe9853dea6c4
parent 10339 a1168c400c90
child 10344 cceabf9628bb
equal deleted inserted replaced
10342:16122539d2ea 10343:fe9853dea6c4
   397             TeamHealth: LongInt;
   397             TeamHealth: LongInt;
   398             TeamHealthBarHealth: LongInt;
   398             TeamHealthBarHealth: LongInt;
   399             DrawHealthY: LongInt;
   399             DrawHealthY: LongInt;
   400             AttackBar: LongWord;
   400             AttackBar: LongWord;
   401             HedgehogsNumber: Longword;
   401             HedgehogsNumber: Longword;
   402             hasGone: boolean;
       
   403             voicepack: PVoicepack;
   402             voicepack: PVoicepack;
   404             PlayerHash: shortstring;   // md5 hash of player name. For temporary enabling of hats as thank you. Hashed for privacy of players
   403             PlayerHash: shortstring;   // md5 hash of player name. For temporary enabling of hats as thank you. Hashed for privacy of players
   405             stats: TTeamStats;
   404             stats: TTeamStats;
       
   405             hasGone: boolean;
   406             end;
   406             end;
   407 
   407 
   408     TClan = record
   408     TClan = record
   409             Color: Longword;
   409             Color: Longword;
   410             Teams: array[0..Pred(cMaxTeams)] of PTeam;
   410             Teams: array[0..Pred(cMaxTeams)] of PTeam;