refactor: merge final cleanups before working on AI #6

Merged
Trianta merged 12 commits from refactor into master 2024-08-10 15:05:56 -05:00
Showing only changes of commit 35bbc152df - Show all commits

View File

@ -10,6 +10,7 @@ int main(int argc, char* argv[]) {
for (int i = 1; i < args.size(); ++i) {
if (args[i].compare("--no-gui") == 0) {
g_pEngine->state.m_bNoDisplay = true;
g_pEngine->state.m_bIsBotControlled = true;
std::cout << "[LOG - Main] Disabling display" << std::endl;
} else if (args[i].compare("--bot") == 0) {
g_pEngine->state.m_bIsBotControlled = true;