hedgewars/uTypes.pas
changeset 7034 e3639ce1d4f8
parent 7016 8b34f46e10c1
child 7080 dbf43c07a507
child 7180 53ffc8853008
child 7191 9419294e5f33
equal deleted inserted replaced
7033:583049a98113 7034:e3639ce1d4f8
   320     TVoice = record
   320     TVoice = record
   321         snd: TSound;
   321         snd: TSound;
   322         voicepack: PVoicePack;
   322         voicepack: PVoicePack;
   323         end;
   323         end;
   324 
   324 
       
   325     THHAmmo = array[0..cMaxSlotIndex, 0..cMaxSlotAmmoIndex] of TAmmo;
   325     PHHAmmo = ^THHAmmo;
   326     PHHAmmo = ^THHAmmo;
   326     THHAmmo = array[0..cMaxSlotIndex, 0..cMaxSlotAmmoIndex] of TAmmo;
       
   327 
   327 
   328     THedgehog = record
   328     THedgehog = record
   329             Name: shortstring;
   329             Name: shortstring;
   330             Gear: PGear;
   330             Gear: PGear;
   331             GearHidden: PGear;
   331             GearHidden: PGear;