Press Escape on Trophies screen to return to previous menu.

This commit is contained in:
Steve 2016-04-28 12:35:51 +01:00
parent 238c2688d3
commit 453cdcd333
2 changed files with 2 additions and 0 deletions

View File

@ -455,6 +455,7 @@ static void handleKeyboard(void)
case SHOW_OPTIONS:
case SHOW_STATS:
case SHOW_TROPHIES:
show = SHOW_MENU;
selectWidget("resume", "challengesMenu");
break;

View File

@ -627,6 +627,7 @@ static void handleKeyboard(void)
case SHOW_OPTIONS:
case SHOW_STATS:
case SHOW_TROPHIES:
show = SHOW_MENU;
selectWidget("resume", "galacticMap");
break;