diff --git a/p2/game.c b/p2/game.c index 71628ac..1daa666 100644 --- a/p2/game.c +++ b/p2/game.c @@ -278,6 +278,8 @@ static void game_run(const char *data_path) { do_demo_screen(); } do_menu(); + if (g_sys.input.quit) + break; } uint8_t level_num; do {