hedgewars/HHHandlers.inc
changeset 282 b1e3387389b6
parent 263 36379e6abcdd
child 285 cdab49768c83
--- 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);