hedgewars/uTypes.pas
branchqmlfrontend
changeset 11481 caa1e84c3ac2
parent 11403 b894922d58cc
parent 11468 2f6f8baa2a97
child 11828 a69124eb7ce7
--- a/hedgewars/uTypes.pas	Fri Jan 01 19:14:59 2016 +0300
+++ b/hedgewars/uTypes.pas	Fri Jan 01 19:15:32 2016 +0300
@@ -273,6 +273,7 @@
 // DirAngle is a 'real' - if you do not need it for rotation of sprite in uGearsRender, you can use it for any visual-only value
             DirAngle: real;
 // These are frequently overridden to serve some other purpose
+	    Boom: Longword;          // amount of damage caused by the gear
             Pos: Longword;           // Commonly overridden.  Example use is posCase values in uConsts.
             Angle, Power : Longword; // Used for hog aiming/firing.  Angle is rarely used as an Angle otherwise.
             Timer, WDTimer : LongWord;        // Typically used for some sort of gear timer. Time to explosion, remaining fuel...