diff -r d7227dc3b397 -r 837f9f1b84a5 hedgewars/hwengine.pas --- a/hedgewars/hwengine.pas Sat Oct 01 16:45:59 2016 +0200 +++ b/hedgewars/hwengine.pas Sat Oct 01 19:06:12 2016 +0200 @@ -205,7 +205,8 @@ end; SDL_WINDOWEVENT_RESTORED: begin - GameState:= previousGameState; + if GameState = gsSuspend then + GameState:= previousGameState; {$IFDEF ANDROID} //This call is used to reinitialize the glcontext and reload the textures ParseCommand('fullscr '+intToStr(LongInt(cFullScreen)), true);