hedgewars/uAIMisc.pas
changeset 15609 4ae2ebe812be
parent 15608 308930fe5f4a
child 15617 e21285b7c5e6
--- 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);