author | unc0rr |
Mon, 02 May 2011 18:40:15 +0400 | |
changeset 5199 | 5eae5da831e1 |
parent 5198 | 6533e5450a21 |
child 5200 | 7440fe992e73 |
--- 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;