diff -r 5b483aa9f2ab -r b1e3387389b6 hedgewars/HHHandlers.inc --- a/hedgewars/HHHandlers.inc Mon Nov 27 17:29:08 2006 +0000 +++ b/hedgewars/HHHandlers.inc Tue Nov 28 17:14:39 2006 +0000 @@ -45,7 +45,7 @@ if (Ammo[CurSlot, CurAmmo].Propz and ammoprop_Power) <> 0 then begin - StopTPUSound; + StopSound(sndThrowPowerUp); PlaySound(sndThrowRelease); end; xx:= hwSign(dX)*Sin(Angle*pi/cMaxAngle);