diff -r 96066d42c3f9 -r 0f590eefd531 hedgewars/uIO.pas --- a/hedgewars/uIO.pas Mon Dec 13 18:13:42 2010 -0500 +++ b/hedgewars/uIO.pas Mon Dec 13 19:00:03 2010 -0500 @@ -405,7 +405,7 @@ {$IFDEF DEBUGFILE}AddFilelog('put: ' + inttostr(TargetPoint.X) + ', ' + inttostr(TargetPoint.Y));{$ENDIF} State:= State and not gstHHChooseTarget; if (Ammoz[CurAmmoType].Ammo.Propz and ammoprop_AttackingPut) <> 0 then - Message:= Message or gmAttack; + Message:= Message or (gmAttack and InputMask); end else if CurrentTeam^.ExtDriven then