diff --git a/stepmania/src/ScreenContinue.cpp b/stepmania/src/ScreenContinue.cpp index 9a6c602b52..50258eea39 100644 --- a/stepmania/src/ScreenContinue.cpp +++ b/stepmania/src/ScreenContinue.cpp @@ -36,8 +36,6 @@ void ScreenContinue::Input( const InputEventPlus &input ) if( input.MenuI == MENU_BUTTON_START && input.type == IET_FIRST_PRESS && GAMESTATE->JoinInput(input.pn) ) { - SCREENMAN->PlayStartSound(); - bool bAllPlayersAreEnabled = true; FOREACH_ENUM( PlayerNumber, p ) {