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:
Asdow
2024-02-04 15:29:05 +02:00
parent 7ee8165e02
commit f249406ba0
4 changed files with 225 additions and 223 deletions
+1 -1
View File
@@ -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[];