From 46dd982ee0e020dce0b321b0bc36c13f49af46ec Mon Sep 17 00:00:00 2001 From: RecursiveVision <66801010+RecursiveVision@users.noreply.github.com> Date: Sun, 22 Oct 2023 06:58:58 -0400 Subject: [PATCH] Reevaluations update strategic approaches --- CvGameCoreDLL_Expansion2/CvDiplomacyAI.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/CvGameCoreDLL_Expansion2/CvDiplomacyAI.cpp b/CvGameCoreDLL_Expansion2/CvDiplomacyAI.cpp index 095b018df0..e3b40b75bb 100644 --- a/CvGameCoreDLL_Expansion2/CvDiplomacyAI.cpp +++ b/CvGameCoreDLL_Expansion2/CvDiplomacyAI.cpp @@ -15051,6 +15051,7 @@ void CvDiplomacyAI::DoReevaluatePlayers(vector& vTargetPlayers, boo return; DoUpdatePrimeLeagueAlly(); + DoUpdateMajorCivApproaches(vPlayersToReevaluate, /*bStrategic*/ true); DoUpdateMajorCivApproaches(vPlayersToReevaluate, /*bStrategic*/ false); DoUpdatePrimeLeagueAlly(); // called twice intentionally