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;