This commit is contained in:
Steve Checkoway
2006-01-22 00:40:53 +00:00
parent 1e8ccdeda4
commit d10e652b97
2 changed files with 45 additions and 46 deletions
+1 -2
View File
@@ -101,8 +101,7 @@ 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. */
/* Don't load NULL by default. */
const CString drivers = "xbox,win32,cocoa,gtk";
vector<CString> DriversToTry;
split( drivers, ",", DriversToTry, true );