Xbox: Use the Xbox loading screen.
This commit is contained in:
@@ -13,9 +13,7 @@
|
||||
LoadingWindow *MakeLoadingWindow()
|
||||
{
|
||||
#if defined(XBOX)
|
||||
/* Using the SDL loading window without the SDLmain library causes the Xbox version
|
||||
* to crash, so we'll use the Null loading window until an Xbox loading window is written */
|
||||
return new LoadingWindow_Null;
|
||||
return new LoadingWindow_Xbox;
|
||||
#endif
|
||||
|
||||
if( !PREFSMAN->m_bShowLoadingWindow )
|
||||
|
||||
Reference in New Issue
Block a user