Skip to content

Commit

Permalink
menu/common: commit persistent data before starting a new game
Browse files Browse the repository at this point in the history
  • Loading branch information
Akaricchi committed Oct 23, 2024
1 parent b9c8dc1 commit 5bd284c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/menu/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 5bd284c

Please sign in to comment.