diff -r e99944b25764 -r d2089f2ea5af hedgewars/uTouch.pas --- 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;