diff --git a/stepmania/src/ScreenSelectMusic.cpp b/stepmania/src/ScreenSelectMusic.cpp index 6d25f2deab..cf281bdf73 100644 --- a/stepmania/src/ScreenSelectMusic.cpp +++ b/stepmania/src/ScreenSelectMusic.cpp @@ -488,6 +488,8 @@ void ScreenSelectMusic::AdjustOptions() * reset it to the preference later. XXX */ // Note all these if()s are mutually exclusive. + /* No; the second if overrides the first, and the third overrides the first + * two. */ /* Easy and beginner are never harder than FAIL_END_OF_SONG. */ if(dc <= DIFFICULTY_EASY)