hedgewars/uGearsHedgehog.pas
changeset 13214 9c81e34f1933
parent 13161 aa7915ceb69f
child 13324 543ab994c9bc
--- a/hedgewars/uGearsHedgehog.pas	Thu Mar 15 02:08:07 2018 +0100
+++ b/hedgewars/uGearsHedgehog.pas	Thu Mar 15 02:59:37 2018 +0100
@@ -758,7 +758,7 @@
                         gi := GearsList;
                         while gi <> nil do
                             begin
-                            if (gi^.Kind = gtGenericFaller) and (gi^.State and gstInvisible <> 0) then
+                            if (gi^.Kind = gtGenericFaller) and (gi^.Tag = 1) then
                                 begin
                                 gi^.Active:= true;
                                 gi^.State:= gi^.State or gstTmpFlag;