From d7f31e4202b56e2c0265063f5cf477767442bbd3 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 23 Jan 2003 05:51:28 +0000 Subject: [PATCH] comment --- stepmania/src/SDL_utils.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/stepmania/src/SDL_utils.cpp b/stepmania/src/SDL_utils.cpp index e45d4ddf24..94bca5f75b 100644 --- a/stepmania/src/SDL_utils.cpp +++ b/stepmania/src/SDL_utils.cpp @@ -275,8 +275,7 @@ static void FindAlphaRGB(SDL_Surface *img, Uint8 &r, Uint8 &g, Uint8 &b, bool re } } - /* XXX The image has alpha set, but never uses it. We should drop the alpha - * channel. */ + /* Huh? The image is completely transparent. */ r = g = b = 0; }