hedgewars/uGearsHandlersMess.pas
changeset 14340 05c1d471694f
parent 14338 ce2e67c5af14
child 14341 d5317635f368
--- a/hedgewars/uGearsHandlersMess.pas	Thu Nov 29 03:26:35 2018 +0100
+++ b/hedgewars/uGearsHandlersMess.pas	Thu Nov 29 08:41:18 2018 -0500
@@ -2073,7 +2073,7 @@
 		begin
 		if Gear^.Damage > 0 then
 			begin
-			doMakeExplosion(hwRound(Gear^.X), hwRound(Gear^.Y), Gear^.Boom, Gear^.Hedgehog, EXPLAutoSound);
+			doMakeExplosion(hwRound(Gear^.X), hwRound(Gear^.Y), Gear^.Boom, Gear^.Hedgehog, EXPLAutoSound or EXPLForceDraw);
 			DeleteGear(Gear)
 			end;
 		exit