diff -r 60d9709f2d8e -r 9abce5468583 hedgewars/uAI.pas --- a/hedgewars/uAI.pas Wed Sep 22 21:47:28 2010 +0200 +++ b/hedgewars/uAI.pas Wed Sep 22 21:53:29 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;