mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +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)
|
||||
{
|
||||
|
||||
@@ -41,6 +41,7 @@
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
|
||||
extern bool gLogDecideActionRed;
|
||||
extern bool gLogDecideActionBlack;
|
||||
extern BOOLEAN gfHiddenInterrupt;
|
||||
extern BOOLEAN gfUseAlternateQueenPosition;
|
||||
extern UINT16 PickSoldierReadyAnimation( SOLDIERTYPE *pSoldier, BOOLEAN fEndReady, BOOLEAN fHipStance );
|
||||
|
||||
Reference in New Issue
Block a user