Disable AI logging by default

We only want this on when specifically debugging/working on AI.
This commit is contained in:
Asdow
2024-01-28 11:16:41 +02:00
parent c7bd75b60d
commit 5a74323d1f
+1 -1
View File
@@ -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 )
{