diff -r dcbb5e98afc7 -r d4c395f25db2 hedgewars/uWorld.pas --- 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;