Game Version number: 1.2.1.127
Modded?: (Yes/No) No
Issue Description:
Seems that SCR_CampaignMapInfoDisplay class uses wrong base class method call (see screenshot) - super.DisplayStartDraw(owner);. Likely a copy-paste error or an oversight.
Probably should be super.DisplayStopDraw(owner);