diff -r 9353632dc661 -r db65298717da hedgewars/uTypes.pas --- 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