hedgewars/uTypes.pas
branchhedgeroid
changeset 5655 44c2d19f79e2
parent 5644 4ad07103cfae
parent 5638 e35ba2a400d8
child 5725 e27100a0e2d0
equal deleted inserted replaced
5647:28ab6763da9d 5655:44c2d19f79e2
   312     TVoicepack = record
   312     TVoicepack = record
   313         name: shortstring;
   313         name: shortstring;
   314         chunks: array [TSound] of PMixChunk;
   314         chunks: array [TSound] of PMixChunk;
   315         end;
   315         end;
   316 
   316 
       
   317     TVoice = record
       
   318         snd: TSound;
       
   319         voicepack: PVoicePack;
       
   320         end;
       
   321 
   317     PHHAmmo = ^THHAmmo;
   322     PHHAmmo = ^THHAmmo;
   318     THHAmmo = array[0..cMaxSlotIndex, 0..cMaxSlotAmmoIndex] of TAmmo;
   323     THHAmmo = array[0..cMaxSlotIndex, 0..cMaxSlotAmmoIndex] of TAmmo;
   319 
   324 
   320     THedgehog = record
   325     THedgehog = record
   321             Name: string[MAXNAMELEN];
   326             Name: string[MAXNAMELEN];