hedgewars/uTypes.pas
changeset 10343 fe9853dea6c4
parent 10339 a1168c400c90
child 10344 cceabf9628bb
--- a/hedgewars/uTypes.pas	Thu Jun 26 21:43:36 2014 +0400
+++ b/hedgewars/uTypes.pas	Sat Jun 28 14:51:45 2014 +0400
@@ -399,10 +399,10 @@
             DrawHealthY: LongInt;
             AttackBar: LongWord;
             HedgehogsNumber: Longword;
-            hasGone: boolean;
             voicepack: PVoicepack;
             PlayerHash: shortstring;   // md5 hash of player name. For temporary enabling of hats as thank you. Hashed for privacy of players
             stats: TTeamStats;
+            hasGone: boolean;
             end;
 
     TClan = record