hedgewars/uTouch.pas
changeset 7087 d2089f2ea5af
parent 7063 a0326412e96a
child 7105 9007531f813f
--- a/hedgewars/uTouch.pas	Thu May 17 16:51:54 2012 +0200
+++ b/hedgewars/uTouch.pas	Thu May 17 16:52:17 2012 +0200
@@ -319,7 +319,7 @@
         begin
         CursorPoint.X:= finger.x;
         CursorPoint.Y:= finger.y;
-        doPut(CursorPoint.X, CursorPoint.Y, false); 
+        ParseTeamCommand('put'); 
         end
     else
         bShowAmmoMenu:= false;