Fall back onto more a sensible fallback.

This commit is contained in:
Steve Checkoway
2006-01-20 11:40:35 +00:00
parent 5150e3a9c3
commit 1268e3d3f0
+1 -1
View File
@@ -59,7 +59,7 @@ CString RageDisplay::SetVideoMode( VideoModeParams p, bool &bNeedReloadTextures
LOG->Trace( "TryVideoMode failed: %s", err.c_str() );
// fall back
p.windowed = false;
p.windowed = true;
if( this->TryVideoMode(p,bNeedReloadTextures) == "" )
return CString();
p.bpp = 16;