# HG changeset patch # User nemo # Date 1316200887 14400 # Node ID c025b4842cb4f0316690b3b05b6542606a5075dc # Parent 2de4fa7102bf8329029615ed9653dc635a360ec7 clear HHJump on portaling diff -r 2de4fa7102bf -r c025b4842cb4 hedgewars/GSHandlers.inc --- a/hedgewars/GSHandlers.inc Fri Sep 16 15:03:29 2011 -0400 +++ b/hedgewars/GSHandlers.inc Fri Sep 16 15:21:27 2011 -0400 @@ -4177,7 +4177,11 @@ // Until loops are reliably broken if iscake then iterator^.PortalCounter:= 33 - else inc(iterator^.PortalCounter); + else + begin + inc(iterator^.PortalCounter); + iterator^.State:= iterator^.State and not gstHHHJump + end; if not isbullet and (iterator^.Kind <> gtFlake) then FollowGear := iterator;