hedgewars/uIO.pas
changeset 4522 0f590eefd531
parent 4467 adedeec8f18f
child 4531 4ea193b0e378
--- 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