This commit is contained in:
Glenn Maynard
2006-08-17 02:08:38 +00:00
parent 3168775fe6
commit c351e14aa5
+1 -2
View File
@@ -1031,7 +1031,6 @@ void ScreenSelectMusic::AfterMusicChange()
break;
case TYPE_SONG:
case TYPE_PORTAL:
{
m_sSampleMusicToPlay = pSong->GetMusicPath();
m_pSampleMusicTimingData = &pSong->m_Timing;
m_fSampleStartSeconds = pSong->m_fMusicSampleStartSeconds;
@@ -1053,8 +1052,8 @@ void ScreenSelectMusic::AfterMusicChange()
m_DifficultyDisplay.SetDifficulties( pSong, GAMESTATE->GetCurrentStyle()->m_StepsType );
SwitchToPreferredDifficulty();
}
break;
case TYPE_COURSE:
{
Course* pCourse = m_MusicWheel.GetSelectedCourse();