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();