Skip to content

Commit

Permalink
Reevaluations update strategic approaches
Browse files Browse the repository at this point in the history
  • Loading branch information
RecursiveVision committed Oct 22, 2023
1 parent 5ab64f2 commit 46dd982
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CvGameCoreDLL_Expansion2/CvDiplomacyAI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15051,6 +15051,7 @@ void CvDiplomacyAI::DoReevaluatePlayers(vector<PlayerTypes>& vTargetPlayers, boo
return;

DoUpdatePrimeLeagueAlly();
DoUpdateMajorCivApproaches(vPlayersToReevaluate, /*bStrategic*/ true);
DoUpdateMajorCivApproaches(vPlayersToReevaluate, /*bStrategic*/ false);
DoUpdatePrimeLeagueAlly(); // called twice intentionally

Expand Down

0 comments on commit 46dd982

Please sign in to comment.