hedgewars/GSHandlers.inc
changeset 2515 51d3f4b6293a
parent 2514 df9d0728c5bb
child 2524 0b075d38fee5
--- a/hedgewars/GSHandlers.inc	Fri Oct 16 22:46:58 2009 +0000
+++ b/hedgewars/GSHandlers.inc	Sat Oct 17 01:28:49 2009 +0000
@@ -1718,7 +1718,6 @@
 if (Gear^.State and gstCollision) <> 0 then
 	begin
 	doMakeExplosion(hwRound(Gear^.X), hwRound(Gear^.Y), 20, EXPLAutoSound);
-	soundFadeOut(sndMortar,10,nil);
 
 	Gear^.dX.isNegative:= not dxn;
 	Gear^.dY.isNegative:= not dyn;