hedgewars/uSound.pas
changeset 13983 cde9920150c6
parent 13975 350adfa0e896
child 13984 817dc8b67b0d
equal deleted inserted replaced
13982:681a53c8b18c 13983:cde9920150c6
   295             (FileName:              'custom4.ogg'; Path: ptSounds; AltPath: ptNone),// sndCustom4
   295             (FileName:              'custom4.ogg'; Path: ptSounds; AltPath: ptNone),// sndCustom4
   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             );
   302             );
   302 
   303 
   303 
   304 
   304 function  AskForVoicepack(name: shortstring): Pointer;
   305 function  AskForVoicepack(name: shortstring): Pointer;
   305 var i: Longword;
   306 var i: Longword;