equal
deleted
inserted
replaced
402 voicepack: PVoicepack; |
402 voicepack: PVoicepack; |
403 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 |
404 stats: TTeamStats; |
404 stats: TTeamStats; |
405 hasGone: boolean; |
405 hasGone: boolean; |
406 skippedTurns: Longword; |
406 skippedTurns: Longword; |
407 isGoneFlagPengingToBeSet, isGoneFlagPengingToBeUnset: boolean; |
407 isGoneFlagPendingToBeSet, isGoneFlagPendingToBeUnset: boolean; |
408 end; |
408 end; |
409 |
409 |
410 TClan = record |
410 TClan = record |
411 Color: Longword; |
411 Color: Longword; |
412 Teams: array[0..Pred(cMaxTeams)] of PTeam; |
412 Teams: array[0..Pred(cMaxTeams)] of PTeam; |