CommanderZ
Warlord
I need to do some major changes to the terrain ingame in my mod. I'm currently trying to create/delete hills using
resp.
The code works well, but there are shadows left after the hills are deleted. And hills created on the run have no shadows. See the pic - there are no hils, only shadows.
The same problem applies to coasts - if some coast is turned to land, there are its shadows left visible.
How can I prevent this from happening?
Thanks.
Code:
pLoopPlot->setPlotType((PlotTypes)PLOT_LAND,true,true);
Code:
pLoopPlot->setPlotType((PlotTypes)PLOT_HILLS,true,true);
The same problem applies to coasts - if some coast is turned to land, there are its shadows left visible.
How can I prevent this from happening?
Thanks.