mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +02:00
Revert "Disable AI logging by default" (#270)
This reverts commit 5a74323d1f.
This commit is contained in:
@@ -209,7 +209,7 @@ STR szAction[] = {
|
|||||||
// sevenfm
|
// sevenfm
|
||||||
UINT32 guiAIStartCounter = 0, guiAILastCounter = 0;
|
UINT32 guiAIStartCounter = 0, guiAILastCounter = 0;
|
||||||
//UINT8 gubAISelectedSoldier = NOBODY;
|
//UINT8 gubAISelectedSoldier = NOBODY;
|
||||||
BOOLEAN gfLogsEnabled = FALSE;
|
BOOLEAN gfLogsEnabled = TRUE;
|
||||||
|
|
||||||
void DebugAI( INT8 bMsgType, SOLDIERTYPE *pSoldier, STR szOutput, INT8 bAction )
|
void DebugAI( INT8 bMsgType, SOLDIERTYPE *pSoldier, STR szOutput, INT8 bAction )
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user