hedgewars/uCursor.pas
changeset 5199 5eae5da831e1
parent 5191 c7000a6b397b
child 6580 6155187bf599
--- a/hedgewars/uCursor.pas	Mon May 02 18:39:11 2011 +0400
+++ b/hedgewars/uCursor.pas	Mon May 02 18:40:15 2011 +0400
@@ -21,7 +21,6 @@
 
     if(x <> cScreenWidth div 2) or (y <> cScreenHeight div 2) then
         begin
-writeln(x, ', ', y);
         CursorPoint.X:= CursorPoint.X + x - cScreenWidth div 2;
         CursorPoint.Y:= CursorPoint.Y - y + cScreenHeight div 2;