hedgewars/uTypes.pas
changeset 9720 453a1c29b7e4
parent 9693 9e31e3bb4476
child 9768 08799c901a42
--- a/hedgewars/uTypes.pas	Wed Nov 27 19:10:53 2013 +0100
+++ b/hedgewars/uTypes.pas	Thu Nov 28 00:41:35 2013 +0400
@@ -369,6 +369,7 @@
             King: boolean;  // Flag for a bunch of hedgehog attributes
             Unplaced: boolean;  // Flag for hog placing mode
             Timer: Longword;
+            HealthBarHealth: LongInt;
             Effects: array[THogEffect] of LongInt;
             end;
 
@@ -387,8 +388,7 @@
             GraveName: shortstring;
             FortName: shortstring;
             TeamHealth: LongInt;
-            TeamHealthBarWidth,
-            NewTeamHealthBarWidth: LongInt;
+            TeamHealthBarHealth: LongInt;
             DrawHealthY: LongInt;
             AttackBar: LongWord;
             HedgehogsNumber: Longword;