From 7499556e05cdb9bbcf15df5586c7e8fd3f85df89 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 17 Aug 2003 23:57:45 +0000 Subject: [PATCH] Chris: uncomment this if problems persist --- stepmania/src/ScreenEdit.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stepmania/src/ScreenEdit.cpp b/stepmania/src/ScreenEdit.cpp index bb307d5a14..350f152fee 100644 --- a/stepmania/src/ScreenEdit.cpp +++ b/stepmania/src/ScreenEdit.cpp @@ -1484,7 +1484,7 @@ void ScreenEdit::HandleAreaMenuChoice( AreaMenuChoice c, int* iAnswers ) LOG->Trace( "Starting playback at %f", fStartSeconds ); // reload the music to fix sync problems - m_soundMusic.Load(m_pSong->GetMusicPath()); + // m_soundMusic.Load(m_pSong->GetMusicPath()); m_soundMusic.SetPlaybackRate( GAMESTATE->m_SongOptions.m_fMusicRate ); m_soundMusic.SetPositionSeconds( fStartSeconds ); m_soundMusic.StartPlaying(); @@ -1513,7 +1513,7 @@ void ScreenEdit::HandleAreaMenuChoice( AreaMenuChoice c, int* iAnswers ) LOG->Trace( "Starting playback at %f", fStartSeconds ); // reload the music to fix sync problems - m_soundMusic.Load(m_pSong->GetMusicPath()); + // m_soundMusic.Load(m_pSong->GetMusicPath()); m_soundMusic.SetPlaybackRate( GAMESTATE->m_SongOptions.m_fMusicRate ); m_soundMusic.SetPositionSeconds( fStartSeconds ); m_soundMusic.StartPlaying();