hedgewars/uCursor.pas
changeset 6580 6155187bf599
parent 5199 5eae5da831e1
child 8026 4a4f21070479
child 8222 d3dc08500fc0
--- 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;