hedgewars/GSHandlers.inc
changeset 7408 38d369c59d51
parent 7406 1fe2c821f9bf
child 7416 2f2f78fc65a3
equal deleted inserted replaced
7407:c1ade666c124 7408:38d369c59d51
  4317         and (iterator = CurrentHedgehog^.Gear)
  4317         and (iterator = CurrentHedgehog^.Gear)
  4318         and (CurAmmoGear <> nil)
  4318         and (CurAmmoGear <> nil)
  4319         and (CurAmmoGear^.Kind =gtRope) then
  4319         and (CurAmmoGear^.Kind =gtRope) then
  4320                CurAmmoGear^.PortalCounter:= 1;
  4320                CurAmmoGear^.PortalCounter:= 1;
  4321 
  4321 
  4322         if not isbullet
  4322         if not isbullet and (iterator^.State and gstInvisible = 0) 
  4323         and (iterator^.Kind <> gtFlake) then
  4323         and (iterator^.Kind <> gtFlake) then
  4324             FollowGear := iterator;
  4324             FollowGear := iterator;
  4325 
  4325 
  4326         // store X/Y values of exit for net bullet trail
  4326         // store X/Y values of exit for net bullet trail
  4327         if isbullet then
  4327         if isbullet then