hedgewars/uAI.pas
changeset 2580 aeccc8f51d3f
parent 2376 ece7b87f1334
child 2599 c7153d2348f3
--- a/hedgewars/uAI.pas	Sat Oct 24 13:50:31 2009 +0000
+++ b/hedgewars/uAI.pas	Sun Oct 25 09:02:17 2009 +0000
@@ -237,7 +237,7 @@
           begin
           BestActions:= Actions;
           BestRate:= Rate;
-          Me^.State:= Me^.State or gstAttacked // we have better place, go there and don't use ammo
+          Me^.State:= Me^.State or gstAttacked // we have better place, go there and do not use ammo
           end
        else if Rate < BestRate then break;
        if ((Me^.State and gstAttacked) = 0)