fixed restarting actually exiting the game
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user