Disable loading screen

This commit is contained in:
Sergeanur
2020-07-09 20:40:15 +03:00
parent cf69f22a0c
commit c012e5a7ff
2 changed files with 4 additions and 1 deletions

View File

@@ -471,6 +471,7 @@ ResetLoadingScreenBar()
void
LoadingScreen(const char *str1, const char *str2, const char *splashscreen)
{
#ifndef DISABLE_LOADING_SCREEN
CSprite2d *splash;
#ifndef RANDOMSPLASH
@@ -534,6 +535,7 @@ LoadingScreen(const char *str1, const char *str2, const char *splashscreen)
CFont::DrawFonts();
DoRWStuffEndOfFrame();
}
#endif
}
void