hedgewars/uWorld.pas
changeset 2682 d4c395f25db2
parent 2671 7e0f88013fe8
child 2699 249adefa9c1c
--- a/hedgewars/uWorld.pas	Thu Jan 07 16:18:32 2010 +0000
+++ b/hedgewars/uWorld.pas	Thu Jan 07 19:50:40 2010 +0000
@@ -345,9 +345,8 @@
 //glScalef(1.0, 1.0, 1.0);
 
 {$IFDEF IPHONEOS}
-{* see the code in MainLoop *}
 SDL_GetMouseState(@x, @y);
-if ((x > 50) and (x <= 270) and (y > 50) and (y <= 330)) then
+//WriteLnToConsole('x; ' + inttostr(x) + ' y: ' + inttostr(y));
 {$ENDIF}
 if not isPaused then MoveCamera;