From 9e1286120ef5ed765aaa8e5f1cda8cae3b055831 Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Mon, 16 Jan 2012 10:52:17 -0600 Subject: [PATCH] remove complaint about bmp files; enjoy crashes when loading files that are BMP and two colors only... --- src/RageSurface_Load_BMP.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/RageSurface_Load_BMP.cpp b/src/RageSurface_Load_BMP.cpp index 3f4924fb03..686beb9721 100644 --- a/src/RageSurface_Load_BMP.cpp +++ b/src/RageSurface_Load_BMP.cpp @@ -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 )