equal
deleted
inserted
replaced
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 |