From 2aaf1373d653908df919c50b359f3fce1ef1b72b Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 6 Sep 2002 21:25:07 +0000 Subject: [PATCH] remove slightly confusing comment --- stepmania/src/MusicWheel.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/stepmania/src/MusicWheel.cpp b/stepmania/src/MusicWheel.cpp index 2cc5f87f7d..a22a59d3cf 100644 --- a/stepmania/src/MusicWheel.cpp +++ b/stepmania/src/MusicWheel.cpp @@ -1035,8 +1035,7 @@ void MusicWheel::NextMusic( bool bSendSongChangedMessage ) case STATE_SELECTING_MUSIC: case STATE_ROULETTE_SPINNING: case STATE_ROULETTE_SLOWING_DOWN: - break; // fall through - // XXX fall through or not? -glenn + break; default: LOG->Trace( "NextMusic() ignored" ); return; // don't continue