changeset 498 | 9c8b385dc9a1 |
parent 445 | fb66abeb551f |
child 500 | d9b140e9d2c2 |
--- a/hedgewars/uAI.pas Thu Mar 15 22:46:37 2007 +0000 +++ b/hedgewars/uAI.pas Sat Mar 17 18:17:19 2007 +0000 @@ -156,7 +156,7 @@ while (i < Stack.Count) do begin if(not(hwAbs(Stack.States[i].Hedgehog.X - Me^.X) + - hwAbs(Stack.States[i].Hedgehog.Y - Me^.Y) > 2)) and + hwAbs(Stack.States[i].Hedgehog.Y - Me^.Y) > _2)) and (Stack.States[i].Hedgehog.Message = Me^.Message) then exit(true); inc(i) end;