Skip to content

Commit 3b4e138

Browse files
committed
Fix typo in DoLiberatePlayer
1 parent 47fe96e commit 3b4e138

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CvGameCoreDLL_Expansion2/CvPlayer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8601,7 +8601,7 @@ void CvPlayer::DoLiberatePlayer(PlayerTypes ePlayer, int iOldCityID, bool bForce
86018601

86028602
if (pMemberDiploAI->GetCoopWarAgreementScore(ePlayer) < 0)
86038603
{
8604-
pDiploAI->SetCoopWarAgreementScore(ePlayer, 0);
8604+
pMemberDiploAI->SetCoopWarAgreementScore(ePlayer, 0);
86058605
}
86068606

86078607
// Forget war history

0 commit comments

Comments
 (0)