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; }