diff -r fc52f7c22c9b -r 6155187bf599 hedgewars/uCursor.pas --- a/hedgewars/uCursor.pas Mon Jan 16 10:22:21 2012 +0100 +++ b/hedgewars/uCursor.pas Tue Jan 17 09:01:31 2012 -0500 @@ -24,7 +24,8 @@ CursorPoint.X:= CursorPoint.X + x - cScreenWidth div 2; CursorPoint.Y:= CursorPoint.Y - y + cScreenHeight div 2; - if cHasFocus then SDL_WarpMouse(cScreenWidth div 2, cScreenHeight div 2); + if cHasFocus then + SDL_WarpMouse(cScreenWidth div 2, cScreenHeight div 2); end end;