fix #DISPLAYBPM:*

This commit is contained in:
Glenn Maynard
2003-06-12 20:10:08 +00:00
parent 05e94e4278
commit 3d42a56288
+1
View File
@@ -184,6 +184,7 @@ void BPMDisplay::SetBPM( const Song* pSong )
SetBPMRange( pSong->m_fDisplayBPMMin, pSong->m_fDisplayBPMMax ); SetBPMRange( pSong->m_fDisplayBPMMin, pSong->m_fDisplayBPMMax );
break; break;
case Song::DISPLAY_RANDOM: case Song::DISPLAY_RANDOM:
CycleRandomly();
break; break;
default: default:
ASSERT(0); ASSERT(0);