hedgewars/uGears.pas
changeset 3180 724e094a8912
parent 3172 ae5c7f97df44
child 3230 6c8c1fe7c2b1
equal deleted inserted replaced
3179:8483c794858b 3180:724e094a8912
    56             Z: Longword;
    56             Z: Longword;
    57             IntersectGear: PGear;
    57             IntersectGear: PGear;
    58             FlightTime: Longword;
    58             FlightTime: Longword;
    59             uid: Longword;
    59             uid: Longword;
    60             ImpactSound: TSound; // first sound, others have to be after it in the sounds def.
    60             ImpactSound: TSound; // first sound, others have to be after it in the sounds def.
    61             nImpactSounds: ShortInt; // count of ImpactSounds
    61             nImpactSounds: Word; // count of ImpactSounds
    62             SoundChannel: LongInt
    62             SoundChannel: LongInt
    63         end;
    63         end;
    64 
    64 
    65 var AllInactive: boolean;
    65 var AllInactive: boolean;
    66     PrvInactive: boolean;
    66     PrvInactive: boolean;