Why do we even support this format still?
This commit is contained in:
@@ -99,8 +99,6 @@ static RageSurfaceUtils::OpenResult LoadBMP( RageFile &f, RageSurface *&img, RSt
|
|||||||
Gmask = Swap32LE( 0x0000FF00 );
|
Gmask = Swap32LE( 0x0000FF00 );
|
||||||
Bmask = Swap32LE( 0x000000FF );
|
Bmask = Swap32LE( 0x000000FF );
|
||||||
break;
|
break;
|
||||||
default:
|
|
||||||
FAIL_M( ssprintf("%iBPP color depth not handled by BMP loader!", iBPP) );
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if( iCompression == COMP_BI_BITFIELDS )
|
if( iCompression == COMP_BI_BITFIELDS )
|
||||||
|
|||||||
Reference in New Issue
Block a user