Skip to content

Commit

Permalink
Enable exiting "Campaigns" menu via Escape key. Patch by Forgon.
Browse files Browse the repository at this point in the history
Closes ticket:4648
  • Loading branch information
perim committed Oct 24, 2017
1 parent 55c7784 commit c64a9a3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/frontend.cpp
Expand Up @@ -483,7 +483,14 @@ bool runCampaignSelector()
SPinit();
frontEndNewGame(id - FRONTEND_CAMPAIGN_1);
}

widgDisplayScreen(psWScreen); // show the widgets currently running

if (CancelPressed())
{
changeTitleMode(SINGLE);
}

return true;
}

Expand Down

0 comments on commit c64a9a3

Please sign in to comment.