From 4d191ace3b039870d04dbce5adb484d7bf014cfd Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Tue, 1 Apr 2003 20:01:14 +0000 Subject: [PATCH] comment --- stepmania/src/ScreenSelectMusic.cpp | 2 ++ 1 file changed, 2 insertions(+) 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)