mirror of
https://github.com/1dot13/source.git
synced 2026-08-05 14:00:23 +02:00
Allow specific alert status AI logging
Less clutter in the AI logs if, for example one is only interested in BLACK status decisions
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
#include "Text.h"
|
||||
|
||||
extern BOOLEAN gfHiddenInterrupt;
|
||||
extern void LogDecideInfo(SOLDIERTYPE *pSoldier);
|
||||
extern void LogDecideInfo(SOLDIERTYPE *pSoldier, bool doLog = true);
|
||||
|
||||
extern STR8 gStr8AlertStatus[];
|
||||
extern STR8 gStr8Attitude[];
|
||||
|
||||
Reference in New Issue
Block a user