make SOUND handle ScreenGameplay's music

This commit is contained in:
Glenn Maynard
2004-01-20 06:08:56 +00:00
parent 614b3d6f3d
commit 42e0413e0f
6 changed files with 25 additions and 35 deletions
+1 -1
View File
@@ -397,7 +397,7 @@ void ScreenEdit::PlayTicks()
void ScreenEdit::PlayPreviewMusic()
{
SOUND->PlayMusic("");
SOUND->PlayMusic( m_pSong->GetMusicPath(), false,
SOUND->PlayMusic( m_pSong->GetMusicPath(), true,
m_pSong->m_fMusicSampleStartSeconds,
m_pSong->m_fMusicSampleLengthSeconds,
1.5f );