mirror of
				https://github.com/halpz/re3.git
				synced 2025-11-04 15:35:08 +00: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 a new issue