hedgewars/uTypes.pas
changeset 7996 66e8ac9c2274
parent 7980 7f8df51553a7
child 8026 4a4f21070479
child 8161 0b8beacff8a5
equal deleted inserted replaced
7994:706218709157 7996:66e8ac9c2274
   256             uid: Longword;
   256             uid: Longword;
   257             ImpactSound: TSound; // first sound, others have to be after it in the sounds def.
   257             ImpactSound: TSound; // first sound, others have to be after it in the sounds def.
   258             nImpactSounds: Word; // count of ImpactSounds
   258             nImpactSounds: Word; // count of ImpactSounds
   259             SoundChannel: LongInt;
   259             SoundChannel: LongInt;
   260             PortalCounter: LongWord;  // Hopefully temporary, but avoids infinite portal loops in a guaranteed fashion.
   260             PortalCounter: LongWord;  // Hopefully temporary, but avoids infinite portal loops in a guaranteed fashion.
       
   261             AIHints: LongWord; // hints for ai. haha ^^^^^^ temporary, sure
   261             LastDamage: PHedgehog;
   262             LastDamage: PHedgehog;
   262             end;
   263             end;
   263     TPGearArray = array of PGear;
   264     TPGearArray = array of PGear;
   264     PGearArrayS = record
   265     PGearArrayS = record
   265         size: LongWord;
   266         size: LongWord;