diff --git a/src/gamestate.cpp b/src/gamestate.cpp index 9b96572..7e949f0 100755 --- a/src/gamestate.cpp +++ b/src/gamestate.cpp @@ -14,6 +14,8 @@ void GameEngine::Start(void) { PrepareGameBoard(); if (!state.m_bNoDisplay) graphics.StartGameWindow(); + if (state.m_bIsBotControlled) + graphics.SetShowGame(true); Loop(); }