not useful
This commit is contained in:
@ -54,6 +54,8 @@ game_status CC3K::run() {
|
|||||||
curr_game->print();
|
curr_game->print();
|
||||||
out->render();
|
out->render();
|
||||||
return in_game;
|
return in_game;
|
||||||
|
} else if (gresult.status == terminated) {
|
||||||
|
return terminated;
|
||||||
}
|
}
|
||||||
|
|
||||||
out->clear();
|
out->clear();
|
||||||
|
Reference in New Issue
Block a user