hedgewars/uGearsHedgehog.pas
changeset 15043 35932896ce84
parent 15022 9a7a5833fad2
child 15045 9f6e3be10e96
--- a/hedgewars/uGearsHedgehog.pas	Fri May 24 21:47:20 2019 +0200
+++ b/hedgewars/uGearsHedgehog.pas	Fri May 24 22:07:44 2019 +0200
@@ -785,6 +785,7 @@
     healthBoost: LongInt;
 begin
 if Gear^.State and gstFrozen <> 0 then exit;
+if Gear^.Message and gmDestroy <> 0 then exit;
 
 Gear^.Message:= gmDestroy;
 if (Gear^.Pos and posCaseExplode) <> 0 then