hedgewars/uVariables.pas
changeset 5728 aca2acfba4ca
parent 5706 4454aa0523e7
child 5732 f3f381011728
equal deleted inserted replaced
5726:f342e0cf4f34 5728:aca2acfba4ca
   751             (FileName:               'hammer.ogg'; Path: ptSounds),// sndWhack
   751             (FileName:               'hammer.ogg'; Path: ptSounds),// sndWhack
   752             (FileName:           'Comeonthen.ogg'; Path: ptVoices),// sndComeonthen
   752             (FileName:           'Comeonthen.ogg'; Path: ptVoices),// sndComeonthen
   753             (FileName:            'parachute.ogg'; Path: ptSounds),// sndParachute
   753             (FileName:            'parachute.ogg'; Path: ptSounds),// sndParachute
   754             (FileName:                 'bump.ogg'; Path: ptSounds),// sndBump
   754             (FileName:                 'bump.ogg'; Path: ptSounds),// sndBump
   755             (FileName:            'hogchant3.ogg'; Path: ptSounds),// sndResurrector
   755             (FileName:            'hogchant3.ogg'; Path: ptSounds),// sndResurrector
   756             (FileName:                'plane.ogg'; Path: ptSounds) // sndPlane
   756             (FileName:                'plane.ogg'; Path: ptSounds), // sndPlane
       
   757             (FileName:                'TARDIS.ogg'; Path: ptSounds) // sndTardis
   757             );
   758             );
   758 
   759 
   759     Ammoz: array [TAmmoType] of record
   760     Ammoz: array [TAmmoType] of record
   760             NameId: TAmmoStrId;
   761             NameId: TAmmoStrId;
   761             NameTex: PTexture;
   762             NameTex: PTexture;