Remove SDL main calls

This commit is contained in:
Ryan Dortmans
2004-09-27 08:20:51 +00:00
parent af8fb6751b
commit 814f00fbca
@@ -65,8 +65,8 @@ LoadingWindow_SDL::LoadingWindow_SDL()
RageException::Throw( "Couldn't initialize loading window: %s", SDL_GetError() );
#ifdef _XBOX
SDL_XBOX_SetScreenPosition( 70, 48 ) ;
SDL_XBOX_SetScreenStretch( -150, -300 ) ;
//SDL_XBOX_SetScreenPosition( 70, 48 ) ; figure out another way to do this
//SDL_XBOX_SetScreenStretch( -150, -300 ) ;
if( FAILED ( XFONT_OpenDefaultFont( &m_pConsoleTTF ) ) )