Skip to content

Commit

Permalink
Return to the challenge menu from the challenge setup.
Browse files Browse the repository at this point in the history
  • Loading branch information
cybersphinx committed Dec 17, 2011
1 parent c38ce8f commit 7638364
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/frontend.cpp
Expand Up @@ -236,6 +236,7 @@ bool runTutorialMenu(void)
// Single Player Menu
static void startSinglePlayerMenu(void)
{
challengeActive = false;
addBackdrop();
addTopForm();
addBottomForm();
Expand Down
4 changes: 2 additions & 2 deletions src/multiint.cpp
Expand Up @@ -3024,10 +3024,10 @@ static void processMultiopWidgets(UDWORD id)
{
NETclose();
pie_LoadBackDrop(SCREEN_RANDOMBDROP);
challengeActive = false;
bHosted = false;
ingame.localJoiningInProgress = false;
changeTitleMode(TITLE);
changeTitleMode(SINGLE);
addChallenges();
}
break;
case MULTIOP_MAP_BUT:
Expand Down

0 comments on commit 7638364

Please sign in to comment.