diff -r 52b7c4776af9 -r 89aa2aa89066 hedgewars/CCHandlers.inc --- a/hedgewars/CCHandlers.inc Sat Nov 28 02:46:15 2009 +0000 +++ b/hedgewars/CCHandlers.inc Sat Nov 28 15:22:28 2009 +0000 @@ -518,6 +518,11 @@ TargetPoint.Y:= cScreenHeight - CursorPoint.Y - WorldDy; end; SendIPCXY('p', TargetPoint.X, TargetPoint.Y); + end + else + begin + TargetPoint.X:= putX; + TargetPoint.Y:= putY end; {$IFDEF DEBUGFILE}AddFilelog('put: ' + inttostr(TargetPoint.X) + ', ' + inttostr(TargetPoint.Y));{$ENDIF} State:= State and not gstHHChooseTarget;