debug option to not show loading window

This commit is contained in:
Glenn Maynard
2004-02-15 22:56:51 +00:00
parent b63eaa449c
commit e755ecab67
4 changed files with 20 additions and 11 deletions
+3
View File
@@ -25,6 +25,9 @@
LoadingWindow *MakeLoadingWindow()
{
if( !PREFSMAN->m_bShowLoadingWindow )
return new LoadingWindow_Null;
/* Don't load NULL by default. On most systems, if we can't load the SDL
* loading window, we won't be able to init OpenGL, either, so don't bother. */
CString drivers = "win32,cocoa,gtk,sdl";