changeset 13219 | 9c81e34f1933 |
parent 13166 | aa7915ceb69f |
child 13329 | 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;