diff -r 0e0b5fc1674e -r 7a8cc8bc963e hedgewars/uIO.pas --- a/hedgewars/uIO.pas Tue Jun 11 16:02:29 2019 +0200 +++ b/hedgewars/uIO.pas Thu Jun 13 15:07:03 2019 +0200 @@ -543,6 +543,7 @@ State:= State and (not gstChooseTarget); if (Ammoz[CurAmmoType].Ammo.Propz and ammoprop_AttackingPut) <> 0 then Message:= Message or (gmAttack and InputMask); + Message:= Message and (not (gmHJump or gmLJump or gmLeft or gmRight or gmUp or gmDown)); end else PlaySound(sndDenied)