changeset 2590 | e7e87e3c67db |
parent 2581 | 10f03732ea60 |
child 2599 | c7153d2348f3 |
--- 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;