diff --git a/stepmania/src/ScreenEdit.cpp b/stepmania/src/ScreenEdit.cpp index 088b68d3fc..8fad6a9f3a 100644 --- a/stepmania/src/ScreenEdit.cpp +++ b/stepmania/src/ScreenEdit.cpp @@ -301,6 +301,7 @@ ScreenEdit::ScreenEdit() m_soundMusic.Load(m_pSong->GetMusicPath()); m_soundMusic.SetAccurateSync(true); + m_soundMusic.SetStopMode(RageSound::M_CONTINUE); m_soundAssistTick.Load( THEME->GetPathTo("Sounds","ScreenEdit assist tick") );