# HG changeset patch # User Tobias Neumann # Date 1288476406 -7200 # Node ID 6e2bff0c173c7dc6e024f3e0619470fa2e616dcb # Parent 1e60c5b77077687b99e541d8c0028d6cc17e50d6# Parent afae5a3b8424a056712d0a605da35701ed20ba43 merge diff -r 1e60c5b77077 -r 6e2bff0c173c hedgewars/GSHandlers.inc --- a/hedgewars/GSHandlers.inc Sun Oct 31 00:05:49 2010 +0200 +++ b/hedgewars/GSHandlers.inc Sun Oct 31 00:06:46 2010 +0200 @@ -3387,7 +3387,8 @@ break; // don't port portals or other gear that wouldn't make sense - if (iterator^.Kind = gtPortal) or (iterator^.Kind = gtRope) or (iterator^.PortalCounter > 20) then + if (iterator^.Kind = gtPortal) or (iterator^.Kind = gtRope) + or (iterator^.Kind = gtRCPlane) or (iterator^.PortalCounter > 20) then continue; // don't port hogs on rope