# HG changeset patch
# User nemo
# Date 1345765536 14400
# Node ID 63d937a764e217e59e95ac1c4b2d8428b7d3963b
# Parent  688076d61b8319e195f31e77e681c471434407d2
also needs exclusion here

diff -r 688076d61b83 -r 63d937a764e2 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;