hedgewars/GSHandlers.inc
changeset 5940 c025b4842cb4
parent 5935 c89d5065d956
child 5969 6b245d2215c2
equal deleted inserted replaced
5937:2de4fa7102bf 5940:c025b4842cb4
  4175         // You're now officially portaled!
  4175         // You're now officially portaled!
  4176         //
  4176         //
  4177 
  4177 
  4178         // Until loops are reliably broken
  4178         // Until loops are reliably broken
  4179         if iscake then iterator^.PortalCounter:= 33
  4179         if iscake then iterator^.PortalCounter:= 33
  4180         else inc(iterator^.PortalCounter);
  4180         else
       
  4181             begin
       
  4182             inc(iterator^.PortalCounter);
       
  4183             iterator^.State:= iterator^.State and not gstHHHJump
       
  4184             end;
  4181 
  4185 
  4182         if not isbullet and (iterator^.Kind <> gtFlake) then
  4186         if not isbullet and (iterator^.Kind <> gtFlake) then
  4183             FollowGear := iterator;
  4187             FollowGear := iterator;
  4184 
  4188 
  4185         // store X/Y values of exit for net bullet trail
  4189         // store X/Y values of exit for net bullet trail