diff -r bc3306c59a08 -r 9bb6abdb5675 hedgewars/uIO.pas --- a/hedgewars/uIO.pas Fri Jul 13 16:39:20 2012 +0400 +++ b/hedgewars/uIO.pas Thu Jul 26 21:56:47 2012 +0400 @@ -403,7 +403,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