fixed issue with toggling the world

This commit is contained in:
2024-07-18 12:16:29 -04:00
parent 2e34b193ed
commit 8704fdb7aa

View File

@ -148,6 +148,7 @@ game_result game::run() {
case toggle_the_world: case toggle_the_world:
the_world = !the_world; the_world = !the_world;
player->start_turn();
break; break;
case restart_game: case restart_game: