diff -r 1ac1f5a91ec0 -r 9c81e34f1933 hedgewars/uGearsHedgehog.pas --- 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;