From a583b5ed1d22fbfbb4ff29dcd65f008375554def Mon Sep 17 00:00:00 2001 From: krzys-h Date: Tue, 16 Feb 2016 12:26:44 +0100 Subject: [PATCH] Fixed another crash with focus pause --- src/level/robotmain.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/level/robotmain.cpp b/src/level/robotmain.cpp index 7176d7cf..57918012 100644 --- a/src/level/robotmain.cpp +++ b/src/level/robotmain.cpp @@ -442,6 +442,7 @@ void CRobotMain::ChangePhase(Phase phase) m_pause->FlushPause(); m_freePhotoPause = nullptr; m_userPause = nullptr; + m_focusPause = nullptr; FlushDisplayInfo(); m_engine->SetRankView(0); m_terrain->FlushRelief();