I'm still looking and I'm going to go back to my Dummies to get the terminology down right but what I'm seeing is that the code should be:
but you said that was wrong before so I'm going to keep digging because I don't think it should be:
but these are the only two options on seeing based on examples in the code.
Code:
if(irec->GetCultureOnlyIndex(s) == g_player->GetCivilisation()->GetCityStyle()) {
Code:
if(irec->GetCultureOnlyIndex(s) == GetCivilisation()->GetCityStyle()) {
Comment