diff -r ec8f690f3e0f -r 55b49cc1f33a hedgewars/uIO.pas --- a/hedgewars/uIO.pas Tue Jul 24 18:53:42 2012 -0400 +++ b/hedgewars/uIO.pas Wed Jul 25 10:56:14 2012 -0400 @@ -402,7 +402,7 @@ TargetPoint.Y:= putY end; AddFileLog('put: ' + inttostr(TargetPoint.X) + ', ' + inttostr(TargetPoint.Y)); - State:= State and not gstHHChooseTarget; + State:= State and (not gstHHChooseTarget); if (Ammoz[CurAmmoType].Ammo.Propz and ammoprop_AttackingPut) <> 0 then Message:= Message or (gmAttack and InputMask); end