not useful

This commit is contained in:
2024-07-15 17:55:13 -04:00
parent e561d3bbf4
commit 26e86bcb49

View File

@ -54,6 +54,8 @@ game_status CC3K::run() {
curr_game->print();
out->render();
return in_game;
} else if (gresult.status == terminated) {
return terminated;
}
out->clear();