mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
Add global to selectively log AI status BLACK decisions
This commit is contained in:
@@ -286,7 +286,8 @@ STR16 wszAction[] = {
|
||||
UINT32 guiAIStartCounter = 0, guiAILastCounter = 0;
|
||||
//UINT8 gubAISelectedSoldier = NOBODY;
|
||||
BOOLEAN gfLogsEnabled = TRUE;
|
||||
bool gLogDecideActionRed = false;
|
||||
bool gLogDecideActionRed = true;
|
||||
bool gLogDecideActionBlack = true;
|
||||
|
||||
void DebugAI( INT8 bMsgType, SOLDIERTYPE *pSoldier, STR szOutput, bool doLog, INT8 bAction)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user