diff -r 4329597c85c8 -r e7e87e3c67db hedgewars/uWorld.pas --- a/hedgewars/uWorld.pas Sun Oct 25 18:16:40 2009 +0000 +++ b/hedgewars/uWorld.pas Sun Oct 25 23:52:36 2009 +0000 @@ -345,7 +345,7 @@ {$IFDEF IPHONEOS} {* see the code in MainLoop *} SDL_GetMouseState(0, @x, @y); -if ((x > 50) and (x <= 270) and (y > 50) and (y <= 430)) then +if ((x > 50) and (x <= 270) and (y > 50) and (y <= 330)) then {$ENDIF} if not isPaused then MoveCamera;