# HG changeset patch # User nemo # Date 1342820615 14400 # Node ID 38d369c59d51e2649fad8d43e4913774917d2cab # Parent c1ade666c12497c6acde20e73579defc8f625f56 don't need the camera following invisible stuff (maybe this should be in the general camera routine?) diff -r c1ade666c124 -r 38d369c59d51 hedgewars/GSHandlers.inc --- a/hedgewars/GSHandlers.inc Fri Jul 20 15:12:47 2012 -0400 +++ b/hedgewars/GSHandlers.inc Fri Jul 20 17:43:35 2012 -0400 @@ -4319,7 +4319,7 @@ and (CurAmmoGear^.Kind =gtRope) then CurAmmoGear^.PortalCounter:= 1; - if not isbullet + if not isbullet and (iterator^.State and gstInvisible = 0) and (iterator^.Kind <> gtFlake) then FollowGear := iterator;