hedgewars/uSound.pas
changeset 14004 a24c4a051960
parent 13993 c28a4f76d37d
child 14016 3c40754f6cfe
equal deleted inserted replaced
14003:23fb123bd70c 14004:a24c4a051960
   302             (FileName:         'flamethrower.ogg'; Path: ptSounds; AltPath: ptNone),// sndFlamethrower
   302             (FileName:         'flamethrower.ogg'; Path: ptSounds; AltPath: ptNone),// sndFlamethrower
   303             (FileName:        'ice_beam_idle.ogg'; Path: ptSounds; AltPath: ptNone),// sndIceBeamIdle
   303             (FileName:        'ice_beam_idle.ogg'; Path: ptSounds; AltPath: ptNone),// sndIceBeamIdle
   304             (FileName:              'landgun.ogg'; Path: ptSounds; AltPath: ptNone),// sndLandGun
   304             (FileName:              'landgun.ogg'; Path: ptSounds; AltPath: ptNone),// sndLandGun
   305             (FileName:          'graveimpact.ogg'; Path: ptSounds; AltPath: ptNone),// sndCaseImpact
   305             (FileName:          'graveimpact.ogg'; Path: ptSounds; AltPath: ptNone),// sndCaseImpact
   306             // TODO: New Extra Damage sound
   306             // TODO: New Extra Damage sound
   307             (FileName:             'hell_ugh.ogg'; Path: ptSounds; AltPath: ptNone) // sndExtraDamage
   307             (FileName:             'hell_ugh.ogg'; Path: ptSounds; AltPath: ptNone),// sndExtraDamage
       
   308             (FileName:        'firepunch_hit.ogg'; Path: ptSounds; AltPath: ptNone) // sndFirePunchHit
   308             );
   309             );
   309 
   310 
   310 
   311 
   311 function  AskForVoicepack(name: shortstring): Pointer;
   312 function  AskForVoicepack(name: shortstring): Pointer;
   312 var i: Longword;
   313 var i: Longword;