diff -r 580cd247511e -r 5d0704f23a2a hedgewars/uTypes.pas --- a/hedgewars/uTypes.pas Tue Jun 05 22:37:36 2012 +0200 +++ b/hedgewars/uTypes.pas Mon Jun 25 10:44:27 2012 +0200 @@ -267,7 +267,8 @@ Tag: LongInt; Tex: PTexture; Z: Longword; - IntersectGear: PGear; + CollisionMask: Word; + LinkedGear: PGear; FlightTime: Longword; uid: Longword; ImpactSound: TSound; // first sound, others have to be after it in the sounds def. @@ -326,7 +327,7 @@ TeamDamage : Longword; end; - TBinds = array[0..cKeyMaxIndex] of shortstring; + TBinds = array[0..cKbdMaxIndex] of shortstring; TKeyboardState = array[0..cKeyMaxIndex] of Byte; PVoicepack = ^TVoicepack;