Skip to content

Commit

Permalink
fix reset save button
Browse files Browse the repository at this point in the history
  • Loading branch information
vayan committed Oct 20, 2023
1 parent e160a34 commit 3b6a7f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/menu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,7 @@ bool Menu::handle_config_menu(Game *game)
{
game->get_save()->reset();
switch_screen(MenuScreen::Title, game);
return true;
}
title_menu_select->set_visible(true);
break;
Expand Down

0 comments on commit 3b6a7f1

Please sign in to comment.