mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +02:00
add another AI logging entry
This commit is contained in:
@@ -1739,6 +1739,8 @@ void TurnBasedHandleNPCAI(SOLDIERTYPE *pSoldier)
|
||||
#ifdef DEBUGBUSY
|
||||
AINumMessage("Busy with action, skipping guy#",pSoldier->ubID);
|
||||
#endif
|
||||
ScreenMsg(FONT_MCOLOR_LTRED, MSG_INTERFACE, L"Busy with action %s, skipping guy [%d]", wszAction[pSoldier->aiData.bAction], pSoldier->ubID);
|
||||
DebugAI(AI_MSG_INFO, pSoldier, String("Busy with action %s, skipping guy [%d]", wszAction[pSoldier->aiData.bAction], pSoldier->ubID));
|
||||
|
||||
// let it continue
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user