Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
axatin committed Aug 2, 2024
1 parent 41fe640 commit f1b9107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CvGameCoreDLL_Expansion2/CvBeliefClasses.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1320,7 +1320,7 @@ bool CvBeliefEntry::CacheResults(Database::Results& kResults, CvDatabaseUtility&
m_iFollowerScalerLimiter = kResults.GetInt("FollowerScalerLimiter");
m_iPolicyReductionWonderXFollowerCities = kResults.GetInt("PolicyReductionWonderXFollowerCities");
#endif
m_bAIGoodStartingPantheon = kResults.GetInt("AI_GoodStartingPantheon");
m_bAIGoodStartingPantheon = kResults.GetBool("AI_GoodStartingPantheon");
#if defined(MOD_BALANCE_CORE)
const char* szCivilizationType = kResults.GetText("CivilizationType");
m_eRequiredCivilization = (CivilizationTypes)GC.getInfoTypeForString(szCivilizationType, true);
Expand Down

0 comments on commit f1b9107

Please sign in to comment.