Enable continue button.
This commit is contained in:
parent
db3db6f8b5
commit
2a5591ad1f
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user