diff -r 31570b766315 -r ed5a6478e710 hedgewars/uCursor.pas --- a/hedgewars/uCursor.pas Tue Nov 10 18:16:35 2015 +0100 +++ b/hedgewars/uCursor.pas Tue Nov 10 20:43:13 2015 +0100 @@ -25,7 +25,7 @@ var x, y: LongInt; begin SDL_GetMouseState(@x, @y); - + if(x <> cScreenWidth div 2) or (y <> cScreenHeight div 2) then begin handlePositionUpdate(x - cScreenWidth div 2, y - cScreenHeight div 2);