From 5bd284cd3d9d71edafa32dce0929a2a7e16d6966 Mon Sep 17 00:00:00 2001 From: Andrei Alexeyev Date: Thu, 24 Oct 2024 01:23:42 +0200 Subject: [PATCH] menu/common: commit persistent data before starting a new game --- src/menu/common.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/menu/common.c b/src/menu/common.c index a161a931d..a3e253b77 100644 --- a/src/menu/common.c +++ b/src/menu/common.c @@ -134,6 +134,7 @@ static void start_game_do_enter_stage(CallChainResult ccr) { return; } + taisei_commit_persistent_data(); kill_aux_menus(ctx); reset_game(ctx); enter_stage_now(ctx);