Fixed CompileFunc entry for MaterialZoom

oops.
Peter Wortmann 2012-11-05 19:16:33 +00:00
parent 75a404090d
commit 114bfb6365
1 changed files with 1 additions and 1 deletions

View File

@ -334,7 +334,7 @@ void C4SLandscape::CompileFunc(StdCompiler *pComp)
pComp->Value(mkNamingAdapt(KeepMapCreator, "KeepMapCreator", false));
pComp->Value(mkNamingAdapt(SkyScrollMode, "SkyScrollMode", 0));
pComp->Value(mkNamingAdapt(FoWRes, "FoWRes", static_cast<int32_t>(C4FogOfWar::DefResolutionX)));
pComp->Value(mkNamingAdapt(FoWRes, "MaterialZoom", 8));
pComp->Value(mkNamingAdapt(MaterialZoom, "MaterialZoom", 8));
}
void C4SWeather::Default()