hedgewars/uTypes.pas
changeset 10032 db65298717da
parent 9998 736015b847e3
child 10040 4ac87acbaed9
--- a/hedgewars/uTypes.pas	Tue Jan 21 01:38:06 2014 +0100
+++ b/hedgewars/uTypes.pas	Mon Jan 20 21:16:17 2014 -0500
@@ -270,6 +270,7 @@
             MsgParam: LongWord;      // Initially stored a set of messages. So usually gm values like Message. Frequently overriden
 // These are not used generically, but should probably be used for purpose intended. Definitely shouldn't override pointer type
             Tex: PTexture;          // A texture created by the gear. Shouldn't use for anything but textures
+            Tint: LongWord;         // Used to colour a texture
             LinkedGear: PGear;      // Used to track a related gear. Portal pairs for example.
             Hedgehog: PHedgehog;    // set to CurrentHedgehog on gear creation
             SoundChannel: LongInt;  // Used to track a sound the gear started