changeset 6452 | 7c6f9b6672dc |
parent 6450 | 14224c9b4594 |
child 6453 | 11c578d30bd3 |
--- a/hedgewars/GSHandlers.inc Sun Nov 27 14:46:57 2011 +0300 +++ b/hedgewars/GSHandlers.inc Sun Nov 27 19:34:08 2011 +0300 @@ -4041,7 +4041,7 @@ // won't port stuff that does not move towards the front/portal entrance if iscake then begin - if not ((iterator^.X - Gear^.X)*ox + (iterator^.Y - Gear^.Y)*oy).isNegative then + if not (((iterator^.X - Gear^.X)*ox + (iterator^.Y - Gear^.Y)*oy).isNegative) then continue; end else