hedgewars/uWorld.pas
changeset 2580 aeccc8f51d3f
parent 2579 e5e4ebf528b5
child 2581 10f03732ea60
equal deleted inserted replaced
2579:e5e4ebf528b5 2580:aeccc8f51d3f
   343 //glScalef(1.0, 1.0, 1.0);
   343 //glScalef(1.0, 1.0, 1.0);
   344 
   344 
   345 {$IFDEF IPHONEOS}
   345 {$IFDEF IPHONEOS}
   346 {* see the code in MainLoop *}
   346 {* see the code in MainLoop *}
   347 SDL_GetMouseState(0, @x, @y);
   347 SDL_GetMouseState(0, @x, @y);
   348 if ((x > 100) and (x <= 220) and (y > 200) and (y <= 280)) and bShowAmmoMenu <> false then
   348 //if ((x > 100) and (x <= 220) and (y > 200) and (y <= 280)) and bShowAmmoMenu <> false then
   349 {$ENDIF}
   349 {$ENDIF}
   350 if not isPaused then MoveCamera;
   350 if not isPaused then MoveCamera;
   351 
   351 
   352 if not cReducedQuality then
   352 if not cReducedQuality then
   353     begin
   353     begin