mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +02:00
Disable AI logging by default
We only want this on when specifically debugging/working on AI.
This commit is contained in:
@@ -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 )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user