menu/common: commit persistent data before starting a new game

This commit is contained in:
Andrei Alexeyev 2024-10-24 01:23:42 +02:00
parent b9c8dc168b
commit 5bd284cd3d
No known key found for this signature in database
GPG key ID: 72D26128040B9690

View file

@ -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);