Probably fix bug (not tested, I just checked if it builds)
authorunc0rr
Thu, 26 Nov 2009 18:43:33 +0000
changeset 2643 2074393d4db7
parent 2642 097e3baa1305
child 2644 52b7c4776af9
Probably fix bug (not tested, I just checked if it builds)
hedgewars/uIO.pas
--- 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