hedgewars/uTypes.pas
changeset 7272 71df899c4163
parent 7191 9419294e5f33
child 7278 000e4543f204
child 7288 5d0704f23a2a
child 7335 3c6f08af7dac
equal deleted inserted replaced
7270:93e92e82d5c8 7272:71df899c4163
   247             Health, Damage, Karma: LongInt;
   247             Health, Damage, Karma: LongInt;
   248             CollisionIndex: LongInt;
   248             CollisionIndex: LongInt;
   249             Tag: LongInt;
   249             Tag: LongInt;
   250             Tex: PTexture;
   250             Tex: PTexture;
   251             Z: Longword;
   251             Z: Longword;
   252             IntersectGear: PGear;
   252             CollisionMask: Word;
       
   253             LinkedGear: PGear;
   253             FlightTime: Longword;
   254             FlightTime: Longword;
   254             uid: Longword;
   255             uid: Longword;
   255             ImpactSound: TSound; // first sound, others have to be after it in the sounds def.
   256             ImpactSound: TSound; // first sound, others have to be after it in the sounds def.
   256             nImpactSounds: Word; // count of ImpactSounds
   257             nImpactSounds: Word; // count of ImpactSounds
   257             SoundChannel: LongInt;
   258             SoundChannel: LongInt;