fix TransitionToEdit not being called if the lead out after the end marker

lies beyond the end of the song file
This commit is contained in:
Glenn Maynard
2003-03-27 20:37:45 +00:00
parent 2303e8cd3e
commit 52e2e28717
+1
View File
@@ -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") );