changeset 2643 | 2074393d4db7 |
parent 2630 | 079ef82eac75 |
child 2645 | 89aa2aa89066 |
--- a/hedgewars/uIO.pas Thu Nov 26 16:51:03 2009 +0000 +++ b/hedgewars/uIO.pas Thu Nov 26 18:43:33 2009 +0000 @@ -309,7 +309,7 @@ 'p': begin TargetPoint.X:= SDLNet_Read16(@(headcmd^.X)); TargetPoint.Y:= SDLNet_Read16(@(headcmd^.Y)); - ParseCommand('put', true) + doPut(TargetPoint.X, TargetPoint.Y, true) end; 'P': begin // these are equations solved for CursorPoint