[colobot] 285/377: Fixed another crash with focus pause

Didier Raboud odyx at moszumanska.debian.org
Wed Mar 30 13:34:28 UTC 2016


This is an automated email from the git hooks/post-receive script.

odyx pushed a commit to branch debian/master
in repository colobot.

commit a583b5ed1d22fbfbb4ff29dcd65f008375554def
Author: krzys-h <krzys_h at interia.pl>
Date:   Tue Feb 16 12:26:44 2016 +0100

    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 7176d7c..5791801 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();

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/colobot.git



More information about the Pkg-games-commits mailing list