EmperorFool
Deity
There are two lines that look like this:
Change them to this:
Remove any code you had added previously to CvCivicInfo::read() as we're doing all the reading in readpass2().
Code:
if ([B]gDLL->getXMLIFace()[/B]->SkipToNextVal())
Change them to this:
Code:
if ([B]pXML[/B]->SkipToNextVal())
Remove any code you had added previously to CvCivicInfo::read() as we're doing all the reading in readpass2().