From 9a970ba6bc80938b56f3ba731bf4614b40ba573d Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 25 Sep 2013 01:47:34 +0300 Subject: remove exit on minimisation on SDL2 on Android. --- src/game.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/game.cpp') diff --git a/src/game.cpp b/src/game.cpp index ea47f3b08..40585df95 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -896,9 +896,6 @@ void Game::handleSDL2WindowEvent(const SDL_Event &event) client->setInputFocused(false); break; case SDL_WINDOWEVENT_MINIMIZED: -#ifdef ANDROID - client->setState(STATE_EXIT); -#else client->setIsMinimized(true); if (player_node && !player_node->getAway()) { @@ -906,7 +903,6 @@ void Game::handleSDL2WindowEvent(const SDL_Event &event) player_node->setHalfAway(true); } setPriority(false); -#endif break; case SDL_WINDOWEVENT_RESTORED: case SDL_WINDOWEVENT_MAXIMIZED: -- cgit v1.2.3-60-g2f50