From 910b4f4319dabf79c17fb206cff74cfba23976a6 Mon Sep 17 00:00:00 2001 From: CptMoore <39010654+CptMoore@users.noreply.github.com> Date: Sun, 4 Feb 2024 10:51:40 +0100 Subject: [PATCH] Test implementation change --- TacticalAI/AIMain.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/TacticalAI/AIMain.cpp b/TacticalAI/AIMain.cpp index a64c4fcd..794d9549 100644 --- a/TacticalAI/AIMain.cpp +++ b/TacticalAI/AIMain.cpp @@ -626,6 +626,7 @@ void HandleSoldierAI( SOLDIERTYPE *pSoldier ) // FIXME - this function is named if ( pSoldier->aiData.bNewSituation == IS_NEW_SITUATION ) { BOOLEAN fProcessNewSituation; + BOOLEAN fProcessNewSituation2 = TRUE; // if this happens during an attack then do nothing... wait for the A.B.C. // to be reduced to 0 first -- CJC December 13th