diff -r 31e77dcf18fe -r dd54999c2822 hedgewars/uAI.pas --- a/hedgewars/uAI.pas Sun Nov 07 17:40:55 2010 -0500 +++ b/hedgewars/uAI.pas Sun Nov 07 23:47:29 2010 +0100 @@ -333,7 +333,7 @@ with CurrentHedgehog^ do if (Gear <> nil) and ((Gear^.State and gstHHDriven) <> 0) - and (TurnTimeLeft < cHedgehogTurnTime - 50) then + and (TurnTimeLeft + 50 > cHedgehogTurnTime ) then if ((Gear^.State and gstHHThinking) = 0) then if (BestActions.Pos >= BestActions.Count) and (TurnTimeLeft > cStopThinkTime) then