Sto
Should i code today ...
[to_xp]Gekko;7224619 said:Kael, would it be tons of work to put out the source code for the DLL that fixes the flames crash for Vista machines? it would allow mod-mod-makers to incorporate it into their work that much sooner. this is probably a dumb question, but asking doesn't hurt I guess![]()
In CvPlot::doFeature :
Code:
[COLOR="Red"] if (getFeatureType() != NO_FEATURE)
{[/COLOR]
iProbability = GC.getFeatureInfo([COLOR="Blue"]getFeatureType()[/COLOR]).getDisappearanceProbability();
if (iProbability > 0)
{
if (GC.getGameINLINE().getSorenRandNum(10000, "Feature Disappearance") < iProbability)
{
setFeatureType(NO_FEATURE);
}
}
}
The problem comes from the getFeature() if the feature already removed. Doesn't crash with XP but with vista

Tcho !