From 5a74323d1f8b074a3142bea288f30d46a90352c4 Mon Sep 17 00:00:00 2001 From: Asdow <20314541+Asdow@users.noreply.github.com> Date: Sun, 28 Jan 2024 11:07:25 +0200 Subject: [PATCH] Disable AI logging by default We only want this on when specifically debugging/working on AI. --- TacticalAI/AIMain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TacticalAI/AIMain.cpp b/TacticalAI/AIMain.cpp index 0aab1c32..a19a1e77 100644 --- a/TacticalAI/AIMain.cpp +++ b/TacticalAI/AIMain.cpp @@ -209,7 +209,7 @@ STR szAction[] = { // sevenfm UINT32 guiAIStartCounter = 0, guiAILastCounter = 0; //UINT8 gubAISelectedSoldier = NOBODY; -BOOLEAN gfLogsEnabled = TRUE; +BOOLEAN gfLogsEnabled = FALSE; void DebugAI( INT8 bMsgType, SOLDIERTYPE *pSoldier, STR szOutput, INT8 bAction ) {