This commit is contained in:
Glenn Maynard
2004-05-22 22:55:34 +00:00
parent 0d78474240
commit 563e66959c
+3
View File
@@ -54,7 +54,10 @@ static SDL_Surface *TryOpenFile( CString sPath, bool bHeaderOnly, CString &error
}
if( result == RageSurface::OPEN_OK )
{
ASSERT( ret );
return ret;
}
LOG->Trace( "Format %s failed: %s", format.c_str(), error.c_str() );