Fix landscape reinitialization on saved section load (#1379).

shapetextures
Sven Eberhardt 2015-09-15 00:13:45 -04:00
parent 73a42fef92
commit cc0a139ff9
1 changed files with 1 additions and 1 deletions

View File

@ -1431,7 +1431,7 @@ bool C4Landscape::Init(C4Group &hGroup, bool fOverloadCurrent, bool fLoadSky, bo
{
C4DebugRecOff DBGRECOFF;
// if overloading, clear current
if (fOverloadCurrent) Clear(!Game.C4S.Landscape.KeepMapCreator, fLoadSky);
if (fOverloadCurrent) Clear(!Game.C4S.Landscape.KeepMapCreator, fLoadSky, false);
// load it
if (!fLandscapeModeSet) Mode=C4LSC_Exact;
rfLoaded=true;