Enable continue button.

This commit is contained in:
hiker 2014-08-27 22:57:03 +10:00
parent db3db6f8b5
commit 2a5591ad1f

View File

@ -174,7 +174,7 @@ void GPInfoScreen::eventCallback(GUIEngine::Widget *, const std::string &name,
const std::string &button = getWidget<GUIEngine::RibbonWidget>("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();