From 2a5591ad1f99ee9f9020f2f8f50c9786827b7787 Mon Sep 17 00:00:00 2001 From: hiker Date: Wed, 27 Aug 2014 22:57:03 +1000 Subject: [PATCH] Enable continue button. --- src/states_screens/gp_info_screen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/states_screens/gp_info_screen.cpp b/src/states_screens/gp_info_screen.cpp index 16f18d499..8966f836c 100644 --- a/src/states_screens/gp_info_screen.cpp +++ b/src/states_screens/gp_info_screen.cpp @@ -174,7 +174,7 @@ void GPInfoScreen::eventCallback(GUIEngine::Widget *, const std::string &name, const std::string &button = getWidget("buttons") ->getSelectionIDString(PLAYER_ID_GAME_MASTER); - if (button == "start") + if (button == "start" || button=="continue") { // Save GP identifier, since dismiss will delete this object. std::string gp_id = m_gp->getId();