hedgewars/uVariables.pas
changeset 4956 48e1f9a04c28
parent 4933 86bd82d58a0b
child 4976 088d40d8aba2
equal deleted inserted replaced
4954:b17aafd93c17 4956:48e1f9a04c28
   702             (FileName:                'Ooff3.ogg'; Path: ptVoices),// sndOoff3
   702             (FileName:                'Ooff3.ogg'; Path: ptVoices),// sndOoff3
   703             (FileName:            'whipcrack.ogg'; Path: ptSounds),// sndWhack
   703             (FileName:            'whipcrack.ogg'; Path: ptSounds),// sndWhack
   704             (FileName:           'Comeonthen.ogg'; Path: ptVoices),// sndComeonthen
   704             (FileName:           'Comeonthen.ogg'; Path: ptVoices),// sndComeonthen
   705             (FileName:            'parachute.ogg'; Path: ptSounds),// sndParachute
   705             (FileName:            'parachute.ogg'; Path: ptSounds),// sndParachute
   706             (FileName:                 'bump.ogg'; Path: ptSounds),// sndBump
   706             (FileName:                 'bump.ogg'; Path: ptSounds),// sndBump
   707             (FileName: 'hogchant3.ogg'; Path: ptSounds) // sndResurrector
   707             (FileName:            'hogchant3.ogg'; Path: ptSounds),// sndResurrector
       
   708             (FileName:                'plane.ogg'; Path: ptSounds) // sndPlane
   708             );
   709             );
   709 
   710 
   710     Ammoz: array [TAmmoType] of record
   711     Ammoz: array [TAmmoType] of record
   711             NameId: TAmmoStrId;
   712             NameId: TAmmoStrId;
   712             NameTex: PTexture;
   713             NameTex: PTexture;