From 9012d9ce28509b4fc02deb109a3e377f89fa6c0b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Heli=20Hyv=C3=A4ttinen?= Date: Tue, 19 Jul 2011 16:21:41 +0300 Subject: [PATCH] Game is now inpaused after done with menu --- seascene.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/seascene.cpp b/seascene.cpp index 0cd941d..5b81a57 100644 --- a/seascene.cpp +++ b/seascene.cpp @@ -428,6 +428,10 @@ void SeaScene::handleScreenTapped() clearSelection(); + //The user propably went to paused state just to access menu, so unpause + + pPauseAction_->setChecked(false); + } -- 1.7.9.5