diff --git a/src/game.cc b/src/game.cc index a877c68..2caa2ed 100644 --- a/src/game.cc +++ b/src/game.cc @@ -148,6 +148,7 @@ game_result game::run() { case toggle_the_world: the_world = !the_world; + player->start_turn(); break; case restart_game: