From 8704fdb7aaaa161c4b57ff63f252a2e666b3259c Mon Sep 17 00:00:00 2001 From: Peisong Xiao Date: Thu, 18 Jul 2024 12:16:29 -0400 Subject: [PATCH] fixed issue with toggling the world --- src/game.cc | 1 + 1 file changed, 1 insertion(+) 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: