fixed issue with toggling the world
This commit is contained in:
@ -148,6 +148,7 @@ game_result game::run() {
|
||||
|
||||
case toggle_the_world:
|
||||
the_world = !the_world;
|
||||
player->start_turn();
|
||||
break;
|
||||
|
||||
case restart_game:
|
||||
|
Reference in New Issue
Block a user