hedgewars/uTypes.pas
changeset 7278 000e4543f204
parent 7194 d8e68cbca7ee
parent 7272 71df899c4163
child 7347 88685fbb2679
equal deleted inserted replaced
7238:313b2ecc4441 7278:000e4543f204
   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;