hedgewars/uTypes.pas
changeset 14749 533ac9774279
parent 14736 8563cc40fc1e
child 14752 56098968df90
--- a/hedgewars/uTypes.pas	Wed Apr 03 13:00:05 2019 +0200
+++ b/hedgewars/uTypes.pas	Sun Apr 07 18:21:14 2019 +0200
@@ -257,6 +257,7 @@
             doStep: TGearStepProcedure; // Code the gear is running
             AmmoType : TAmmoType;       // Ammo type associated with this kind of gear
             RenderTimer: Boolean;       // Will visually display Timer if true
+            RenderHealth: Boolean;      // Will visually display Health if true
             Target : TPoint;            // Gear target. Will render in uGearsRender unless a special case is added
             AIHints: LongWord;          // hints for ai.
             LastDamage: PHedgehog;      // Used to track damage source for stats