remove complaint about bmp files; enjoy crashes when loading files that are BMP and two colors only...

This commit is contained in:
AJ Kelly
2012-01-16 10:52:17 -06:00
parent e6b4a88c56
commit 9e1286120e
-2
View File
@@ -99,8 +99,6 @@ static RageSurfaceUtils::OpenResult LoadBMP( RageFile &f, RageSurface *&img, RSt
Gmask = Swap32LE( 0x0000FF00 );
Bmask = Swap32LE( 0x000000FF );
break;
default:
FAIL_M( ssprintf("%iBPP color depth not handled by BMP loader!", iBPP) );
}
if( iCompression == COMP_BI_BITFIELDS )