mirror of
https://github.com/GTAmodding/re3.git
synced 2021-02-19 17:49:54 +01:00
keep loading screen, but for a second
This commit is contained in:
parent
c012e5a7ff
commit
aabf0f4c2c
@ -467,13 +467,16 @@ ResetLoadingScreenBar()
|
||||
NumberOfChunksLoaded = 0.0f;
|
||||
}
|
||||
|
||||
// TODO: compare with PS2
|
||||
void
|
||||
LoadingScreen(const char *str1, const char *str2, const char *splashscreen)
|
||||
{
|
||||
#ifndef DISABLE_LOADING_SCREEN
|
||||
CSprite2d *splash;
|
||||
|
||||
#ifdef DISABLE_LOADING_SCREEN
|
||||
if (str1 && str2)
|
||||
return;
|
||||
#endif
|
||||
|
||||
#ifndef RANDOMSPLASH
|
||||
if(CGame::frenchGame || CGame::germanGame || !CGame::nastyGame)
|
||||
splashscreen = "mainsc2";
|
||||
@ -535,7 +538,6 @@ LoadingScreen(const char *str1, const char *str2, const char *splashscreen)
|
||||
CFont::DrawFonts();
|
||||
DoRWStuffEndOfFrame();
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user