equal
deleted
inserted
replaced
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 |