hedgewars/uSound.pas
changeset 13985 1670fc3957df
parent 13984 817dc8b67b0d
child 13988 c28a4f76d37d
equal deleted inserted replaced
13984:817dc8b67b0d 13985:1670fc3957df
   297             (FileName:              'custom6.ogg'; Path: ptSounds; AltPath: ptNone),// sndCustom6
   297             (FileName:              'custom6.ogg'; Path: ptSounds; AltPath: ptNone),// sndCustom6
   298             (FileName:              'custom7.ogg'; Path: ptSounds; AltPath: ptNone),// sndCustom7
   298             (FileName:              'custom7.ogg'; Path: ptSounds; AltPath: ptNone),// sndCustom7
   299             (FileName:              'custom8.ogg'; Path: ptSounds; AltPath: ptNone),// sndCustom8
   299             (FileName:              'custom8.ogg'; Path: ptSounds; AltPath: ptNone),// sndCustom8
   300             (FileName:              'minigun.ogg'; Path: ptSounds; AltPath: ptNone),// sndMinigun
   300             (FileName:              'minigun.ogg'; Path: ptSounds; AltPath: ptNone),// sndMinigun
   301             (FileName:         'flamethrower.ogg'; Path: ptSounds; AltPath: ptNone),// sndFlamethrower
   301             (FileName:         'flamethrower.ogg'; Path: ptSounds; AltPath: ptNone),// sndFlamethrower
   302             (FileName:        'ice_beam_idle.ogg'; Path: ptSounds; AltPath: ptNone) // sndIceBeamIdle
   302             (FileName:        'ice_beam_idle.ogg'; Path: ptSounds; AltPath: ptNone),// sndIceBeamIdle
       
   303             (FileName:              'landgun.ogg'; Path: ptSounds; AltPath: ptNone) // sndLandGun
   303             );
   304             );
   304 
   305 
   305 
   306 
   306 function  AskForVoicepack(name: shortstring): Pointer;
   307 function  AskForVoicepack(name: shortstring): Pointer;
   307 var i: Longword;
   308 var i: Longword;