LoneGazebo / Community-Patch-DLL

Community Patch for Civilization V - Brave New World
Other
282 stars 157 forks source link

another crash #11096

Closed ilteroi closed 2 weeks ago

ilteroi commented 2 weeks ago

latest (200f72c5b337ee755da2a764ee42a73d667ec155)

    //let's establish some mid-game goals for the AI.
    int iIdealCityPop = max(m_pPlayer->getCapitalCity()->getPopulation(), 30);

null pointer if there is no capital. unclear how to handle this case?