View Full Version : City Raze Screen


ClassicThunder
Jul 24, 2007, 06:58 PM
Where can I find the python that deals with the popup added for the city raze screen.

Thanks,
ClassicThunder

Mexico
Jul 24, 2007, 08:12 PM
Where can I find the python that deals with the popup added for the city raze screen.

Thanks,
ClassicThunder

it is not python, it is from SDK
CvPlayer::acquireCity()

near to end of this method search for string BUTTONPOPUP_RAZECITY - there is code, which launch popup for razing question

popup engine itself is in CvDLLButtonPopup.cpp