--- 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;