diff --git a/stepmania/src/BannerCache.cpp b/stepmania/src/BannerCache.cpp index 3b27ab8cf9..f6614eef1a 100644 --- a/stepmania/src/BannerCache.cpp +++ b/stepmania/src/BannerCache.cpp @@ -460,7 +460,9 @@ void BannerCache::CacheBannerInternal( RString BannerPath ) { if( img->fmt.BytesPerPixel != 1 ) RageSurfaceUtils::Palettize( img ); - } else { + } + else + { /* Dither to the final format. We use A1RGB5, since that's usually supported * natively by both OpenGL and D3D. */ RageSurface *dst = CreateSurface( img->w, img->h, 16,