diff -r 0a9c3735a713 -r 88f8e7b1777e hedgewars/uAI.pas --- a/hedgewars/uAI.pas Thu Sep 23 01:29:20 2010 +0200 +++ b/hedgewars/uAI.pas Thu Sep 23 01:30:35 2010 +0200 @@ -212,7 +212,7 @@ Pop(ticks, Actions, Me^); AddAction(Actions, Me^.Message, aim_push, 250, 0, 0); - if (Me^.Message and gm_Left) <> 0 then AddAction(Actions, aia_WaitXL, hwRound(Me^.X), 0, 0, 0) + if (Me^.Message and gmLeft) <> 0 then AddAction(Actions, aia_WaitXL, hwRound(Me^.X), 0, 0, 0) else AddAction(Actions, aia_WaitXR, hwRound(Me^.X), 0, 0, 0); steps:= 0;