hedgewars/uGearsHedgehog.pas
changeset 13793 4e5fcfc6f033
parent 13792 5d46b4fae757
child 13832 10a3b80130b5
--- a/hedgewars/uGearsHedgehog.pas	Wed Sep 19 09:45:45 2018 +0200
+++ b/hedgewars/uGearsHedgehog.pas	Wed Sep 19 10:23:01 2018 +0200
@@ -869,6 +869,9 @@
     exit
     end;
 
+if (Gear^.Hedgehog^.Unplaced) then
+    exit;
+
     if ((Gear^.Message and gmAnimate) <> 0) then
         begin
         Gear^.Message:= 0;