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