changeset 4198 | 55814f1ef60a |
parent 4197 | dad127904958 |
child 4208 | dd54999c2822 |
--- a/hedgewars/uAI.pas Sun Nov 07 20:27:05 2010 +0100 +++ b/hedgewars/uAI.pas Sun Nov 07 20:40:30 2010 +0100 @@ -333,7 +333,7 @@ with CurrentHedgehog^ do if (Gear <> nil) and ((Gear^.State and gstHHDriven) <> 0) - and (TurnTimeLeft < (cHedgehogTurnTime * 1000) - 50) then + and (TurnTimeLeft < cHedgehogTurnTime - 50) then if ((Gear^.State and gstHHThinking) = 0) then if (BestActions.Pos >= BestActions.Count) and (TurnTimeLeft > cStopThinkTime) then