diff -r 308930fe5f4a -r 4ae2ebe812be hedgewars/uAIMisc.pas --- a/hedgewars/uAIMisc.pas Mon Jun 08 19:45:11 2020 +0200 +++ b/hedgewars/uAIMisc.pas Mon Jun 08 20:40:04 2020 +0200 @@ -542,8 +542,8 @@ rate:= 0; if (Flags and afIgnoreMe) = 0 then + // add our virtual position with Targets.ar[Targets.Count] do - // add our virtual position begin Point.x:= hwRound(Me^.X); Point.y:= hwRound(Me^.Y);