menu/common: commit persistent data before starting a new game
This commit is contained in:
parent
b9c8dc168b
commit
5bd284cd3d
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue