diff -r df9d0728c5bb -r 51d3f4b6293a hedgewars/GSHandlers.inc --- 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;