diff -r e005359efc59 -r b0a02930a1dc hedgewars/uConsts.pas --- a/hedgewars/uConsts.pas Sat Mar 27 17:45:51 2010 +0000 +++ b/hedgewars/uConsts.pas Sat Mar 27 20:51:53 2010 +0000 @@ -114,7 +114,8 @@ sndNooo, sndHello, sndRopeShot, sndRopeAttach, sndRopeRelease, sndSwitchHog, sndVictory, sndSniperReload, sndSteps, sndLowGravity, sndHellishImpact1, sndHellishImpact2, sndHellishImpact3, sndHellishImpact4, - sndMelonImpact, sndDroplet1, sndDroplet2, sndDroplet3, sndEggBreak, sndDrillRocket); + sndMelonImpact, sndDroplet1, sndDroplet2, sndDroplet3, sndEggBreak, sndDrillRocket, + sndPoisonCough, sndPoisonMoan, sndBirdyLay, sndWhistle); TAmmoType = (amNothing, amGrenade, amClusterBomb, amBazooka, amBee, amShotgun, amPickHammer, amSkip, amRope, amMine, amDEagle, amDynamite, amFirePunch, amWhip, @@ -838,7 +839,11 @@ (FileName: 'Droplet2.ogg'; Path: ptSounds),// sndDroplet2 (FileName: 'Droplet3.ogg'; Path: ptSounds),// sndDroplet3 (FileName: ''; Path: ptSounds),// sndEggBreak - (FileName: 'drillgun.ogg'; Path: ptSounds) // sndDrillRocket + (FileName: 'drillgun.ogg'; Path: ptSounds),// sndDrillRocket + (FileName: 'PoisonCough.ogg'; Path: ptVoices),// sndPoisonCough + (FileName: 'PoisonMoan.ogg'; Path: ptVoices),// sndPoisonMoan + (FileName: 'BirdyLay.ogg'; Path: ptSounds),// sndBirdyLay + (FileName: 'Whistle.ogg'; Path: ptSounds) // sndWhistle ); Ammoz: array [TAmmoType] of record