changeset 2580 | aeccc8f51d3f |
parent 2579 | e5e4ebf528b5 |
child 2581 | 10f03732ea60 |
--- a/hedgewars/uWorld.pas Sat Oct 24 13:50:31 2009 +0000 +++ b/hedgewars/uWorld.pas Sun Oct 25 09:02:17 2009 +0000 @@ -345,7 +345,7 @@ {$IFDEF IPHONEOS} {* see the code in MainLoop *} SDL_GetMouseState(0, @x, @y); -if ((x > 100) and (x <= 220) and (y > 200) and (y <= 280)) and bShowAmmoMenu <> false then +//if ((x > 100) and (x <= 220) and (y > 200) and (y <= 280)) and bShowAmmoMenu <> false then {$ENDIF} if not isPaused then MoveCamera;