diff -r e5e4ebf528b5 -r aeccc8f51d3f hedgewars/uAI.pas --- 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)