also needs exclusion here
authornemo
Thu, 23 Aug 2012 19:45:36 -0400
changeset 7589 63d937a764e2
parent 7587 688076d61b83
child 7591 d9ff60e0a390
also needs exclusion here
hedgewars/GSHandlers.inc
--- a/hedgewars/GSHandlers.inc	Thu Aug 23 23:21:31 2012 +0400
+++ b/hedgewars/GSHandlers.inc	Thu Aug 23 19:45:36 2012 -0400
@@ -4041,7 +4041,7 @@
             break;
 
         // don't port portals or other gear that wouldn't make sense
-        if (iterator^.Kind in [gtPortal, gtRope])
+        if (iterator^.Kind in [gtPortal, gtRope, gtAirAttack])
         or (iterator^.PortalCounter > 32) then
             continue;