hedgewars/GSHandlers.inc
changeset 4635 62d0873459e5
parent 4634 784e2df9e79a
child 4637 0f22a53c4c1d
--- a/hedgewars/GSHandlers.inc	Wed Dec 22 18:50:00 2010 -0500
+++ b/hedgewars/GSHandlers.inc	Wed Dec 22 19:25:00 2010 -0500
@@ -3783,7 +3783,7 @@
             iterator^.dY:= iterator^.dY + hwAbs(cGravity * (iterator^.Y - conPortal^.Y))
         end;
 
-        if not isbullet then
+        if not isbullet and (iterator^.Kind <> gtFlake) then
             FollowGear := iterator;
 //AddFileLog('portal''d');