diff --git a/src/ScreenSelectMusic.cpp b/src/ScreenSelectMusic.cpp index 3fbb770efb..ff6780ff10 100644 --- a/src/ScreenSelectMusic.cpp +++ b/src/ScreenSelectMusic.cpp @@ -420,8 +420,6 @@ void ScreenSelectMusic::Input( const InputEventPlus &input ) } } - // todo: use mousewheel to scroll MusicWheel -aj - // debugging? // I just like being able to see untransliterated titles occasionally. if( input.DeviceI.device == DEVICE_KEYBOARD && input.DeviceI.button == KEY_F9 ) @@ -491,6 +489,8 @@ void ScreenSelectMusic::Input( const InputEventPlus &input ) m_bStepsChosen[input.pn] ) return; // ignore + // todo: use mousewheel to scroll MusicWheel -aj + if( USE_PLAYER_SELECT_MENU ) { if( input.type == IET_RELEASE && input.MenuI == GAME_BUTTON_SELECT )