hedgewars/uSound.pas
changeset 13984 817dc8b67b0d
parent 13983 cde9920150c6
child 13985 1670fc3957df
equal deleted inserted replaced
13983:cde9920150c6 13984:817dc8b67b0d
   296             (FileName:              'custom5.ogg'; Path: ptSounds; AltPath: ptNone),// sndCustom5
   296             (FileName:              'custom5.ogg'; Path: ptSounds; AltPath: ptNone),// sndCustom5
   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             );
   303             );
   303 
   304 
   304 
   305 
   305 function  AskForVoicepack(name: shortstring): Pointer;
   306 function  AskForVoicepack(name: shortstring): Pointer;
   306 var i: Longword;
   307 var i: Longword;