diff --git a/stepmania/src/ScreenAttract.cpp b/stepmania/src/ScreenAttract.cpp index d10e3d3ac2..23280f19db 100644 --- a/stepmania/src/ScreenAttract.cpp +++ b/stepmania/src/ScreenAttract.cpp @@ -65,8 +65,6 @@ void ScreenAttract::AttractInput( const InputEventPlus &input, ScreenWithMenuEle LOG->Trace("ScreenAttract::AttractInput: begin fading to START_SCREEN" ); - SOUND->StopMusic(); - /* HandleGlobalInputs() already played the coin sound. Don't play it again. */ if( input.MenuI.button != MENU_BUTTON_COIN ) SCREENMAN->PlayCoinSound();