Click-hold to exit Invaders, fix Brickout compile

This commit is contained in:
Scott Lahteine
2019-04-04 17:07:38 -05:00
parent 240ea1bbb3
commit 83e214478e
6 changed files with 18 additions and 9 deletions

View File

@@ -61,6 +61,9 @@ void MarlinGame::init_game(const uint8_t init_state, const screenFunc_t screen)
ui.defer_status_screen();
}
//void MarlinGame::exit_game() { ui.goto_previous_screen(); }
void MarlinGame::exit_game() {
ui.goto_previous_screen();
ui.defer_status_screen(false);
}
#endif // HAS_GAMES