changeset 14419 | 87562a68c41f |
parent 14399 | 4edc73fc722c |
child 14551 | ec0afe1c6024 |
--- a/hedgewars/uTypes.pas Sun Dec 09 22:28:46 2018 +0100 +++ b/hedgewars/uTypes.pas Mon Dec 10 02:30:14 2018 +0100 @@ -444,6 +444,7 @@ voicepack: PVoicepack; PlayerHash: shortstring; // md5 hash of player name. For temporary enabling of hats as thank you. Hashed for privacy of players stats: TTeamStats; + hasKing: boolean; // true if team has a living king hasGone: boolean; skippedTurns: Longword; isGoneFlagPendingToBeSet, isGoneFlagPendingToBeUnset: boolean;