fixed restarting actually exiting the game

This commit is contained in:
2024-07-15 15:51:15 -04:00
parent 55d269a220
commit 5e48265c16

View File

@ -48,6 +48,7 @@ game_status CC3K::run() {
out->clear();
curr_menu->print(out);
out->render();
gresult.status = main_menu;
return main_menu;
} else if (gresult.status == in_game) {
out->clear();