Merge branch 'miami' into lcs

# Conflicts:
#	src/renderer/Hud.cpp
This commit is contained in:
Sergeanur
2021-07-25 21:01:00 +03:00
5 changed files with 29 additions and 15 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();
}