Sync fix from master

This commit is contained in:
Sergeanur
2021-07-25 19:50:00 +03:00
parent bf757fc960
commit 601f63f4fb
2 changed files with 18 additions and 12 deletions

View File

@ -478,7 +478,7 @@ DoGameSpecificStuffAfterSucessLoad()
CGame::TidyUpMemory(true, false);
StillToFadeOut = true;
JustLoadedDontFadeInYet = true;
TheCamera.Fade(0.0f, 0);
TheCamera.Fade(0.0f, FADE_OUT);
CTheScripts::Process();
}