hedgewars/uTypes.pas
changeset 5638 e35ba2a400d8
parent 5612 2638dec1b323
child 5655 44c2d19f79e2
child 5662 99083392cd4f
equal deleted inserted replaced
5636:c18aed7ad618 5638:e35ba2a400d8
   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];