silence a warning by reverting something i did

This commit is contained in:
AJ Kelly
2010-04-14 22:15:34 -05:00
parent 4a7e97e796
commit 7fe0ab784f
+2 -1
View File
@@ -1534,7 +1534,6 @@ void ScreenSelectMusic::AfterMusicChange()
// check SampleMusicPreviewMode here.
switch( SAMPLE_MUSIC_PREVIEW_MODE )
{
DEFAULT_FAIL(SAMPLE_MUSIC_PREVIEW_MODE);
case SampleMusicPreviewMode_ScreenMusic:
// play the screen music
m_sSampleMusicToPlay = m_sLoopMusicPath;
@@ -1551,6 +1550,8 @@ void ScreenSelectMusic::AfterMusicChange()
m_fSampleStartSeconds = pSong->m_fMusicSampleStartSeconds;
m_fSampleLengthSeconds = pSong->m_fMusicSampleLengthSeconds;
break;
default:
ASSERT(0);
}
SongUtil::GetPlayableSteps( pSong, m_vpSteps );