From 6b3d83e4e89851658d694f25ccdf9986d3de69cf Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 24 Apr 2005 01:36:50 +0000 Subject: [PATCH] comment --- stepmania/src/FadingBanner.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stepmania/src/FadingBanner.cpp b/stepmania/src/FadingBanner.cpp index b2eb32b073..4a36f814a6 100644 --- a/stepmania/src/FadingBanner.cpp +++ b/stepmania/src/FadingBanner.cpp @@ -81,8 +81,8 @@ bool FadingBanner::Load( RageTextureID ID, bool bLowResToHighRes ) return bRet; } -/* If bFromLowRes is true, we're fading from a low-res banner to the corresponding - * high-res banner. */ +/* If bLowResToHighRes is true, we're fading from a low-res banner to the + * corresponding high-res banner. */ void FadingBanner::BeforeChange( bool bLowResToHighRes ) { CString sCommand;