PlayMusic("") -> StopMusic()

This commit is contained in:
Chris Danford
2005-07-22 23:07:49 +00:00
parent 85cc76f064
commit d0f871e9ff
2 changed files with 3 additions and 4 deletions
+1 -2
View File
@@ -750,7 +750,6 @@ void ScreenEdit::PlayTicks()
void ScreenEdit::PlayPreviewMusic()
{
SOUND->PlayMusic("");
SOUND->PlayMusic(
m_pSong->GetMusicPath(),
NULL,
@@ -1851,7 +1850,7 @@ void ScreenEdit::TransitionEditState( EditState em )
}
/* If we're playing music, sample music or assist ticks when changing modes, stop. */
SOUND->PlayMusic("");
SOUND->StopMusic();
m_soundMusic.StopPlaying();
m_soundAssistTick.StopPlaying();
GAMESTATE->m_bPastHereWeGo = false;