# HG changeset patch
# User nemo
# Date 1543506966 18000
# Node ID d738a03da740e6e6201a6f8771b410d971133ad0
# Parent  d5317635f3687c08df59f998e93cb2b29ea2aa5a
kill stray icicle pixel

diff -r d5317635f368 -r d738a03da740 hedgewars/uGearsHandlersMess.pas
--- a/hedgewars/uGearsHandlersMess.pas	Thu Nov 29 10:49:08 2018 -0500
+++ b/hedgewars/uGearsHandlersMess.pas	Thu Nov 29 10:56:06 2018 -0500
@@ -2073,7 +2073,8 @@
         begin
         if Gear^.Damage > 0 then
             begin
-            doMakeExplosion(hwRound(Gear^.X), hwRound(Gear^.Y), Gear^.Boom, Gear^.Hedgehog, EXPLAutoSound or EXPLForceDraw);
+            doMakeExplosion(hwRound(Gear^.X), hwRound(Gear^.Y), Gear^.Boom, Gear^.Hedgehog, EXPLAutoSound or EXPLDontDraw);
+            DrawExplosion(hwRound(Gear^.X), hwRound(Gear^.Y), Gear^.Boom+1);
             DeleteGear(Gear)
             end;
         doStepFallingGear(Gear);