diff -r 6533e5450a21 -r 5eae5da831e1 hedgewars/uCursor.pas --- 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;