diff options
Diffstat (limited to 'src/client/game.cpp')
-rw-r--r-- | src/client/game.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/game.cpp b/src/client/game.cpp index c5dc8f6d9..edd0039e9 100644 --- a/src/client/game.cpp +++ b/src/client/game.cpp @@ -2549,7 +2549,7 @@ void Game::checkZoomEnabled() void Game::updateCameraDirection(CameraOrientation *cam, float dtime) { -#if !defined(__ANDROID__) && IRRLICHT_VERSION_MT_REVISION >= 9 +#ifndef __ANDROID__ if (isMenuActive()) device->getCursorControl()->setRelativeMode(false); else |