equal
deleted
inserted
replaced
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; |