From 52e2e28717e981885259148d0486c3d4e4630d2e Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 27 Mar 2003 20:37:45 +0000 Subject: [PATCH] fix TransitionToEdit not being called if the lead out after the end marker lies beyond the end of the song file --- stepmania/src/ScreenEdit.cpp | 1 + 1 file changed, 1 insertion(+) 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") );