hedgewars/uTeams.pas
changeset 2874 3c7c2bf1ba38
parent 2856 cc70797a0b75
child 2905 f3c79f7193a9
equal deleted inserted replaced
2873:e7acb0251a22 2874:3c7c2bf1ba38
    77 			DrawHealthY: LongInt;
    77 			DrawHealthY: LongInt;
    78 			AttackBar: LongWord;
    78 			AttackBar: LongWord;
    79 			HedgehogsNumber: Longword;
    79 			HedgehogsNumber: Longword;
    80 			hasGone: boolean;
    80 			hasGone: boolean;
    81 			voicepack: PVoicepack;
    81 			voicepack: PVoicepack;
       
    82             PlayerHash: string;   // md5 hash of player name. For temporary enabling of hats as thank you. Hashed for privacy of players
    82 			end;
    83 			end;
    83 
    84 
    84 	TClan = record
    85 	TClan = record
    85 			Color: Longword;
    86 			Color: Longword;
    86 			Teams: array[0..Pred(cMaxTeams)] of PTeam;
    87 			Teams: array[0..Pred(cMaxTeams)] of PTeam;