From f71ff8cacbdaf7f3a20d9a3525d12d4381497d2b Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 27 Jan 2003 01:31:28 +0000 Subject: [PATCH] reset music when playing sample --- stepmania/src/ScreenEdit.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/stepmania/src/ScreenEdit.cpp b/stepmania/src/ScreenEdit.cpp index 2326d0dbd7..a6c5c758cb 100644 --- a/stepmania/src/ScreenEdit.cpp +++ b/stepmania/src/ScreenEdit.cpp @@ -1146,6 +1146,7 @@ void ScreenEdit::InputEdit( const DeviceInput& DeviceI, const InputEventType typ } break; case SDLK_m: + SOUNDMAN->PlayMusic(""); SOUNDMAN->PlayMusic( m_pSong->GetMusicPath(), false, m_pSong->m_fMusicSampleStartSeconds, m_pSong->m_fMusicSampleLengthSeconds );