fix Various showed as BPM for some courses with <= MAX_COURSE_ENTRIES_BEFORE_VARIOUS

This commit is contained in:
Chris Danford
2005-03-17 17:53:10 +00:00
parent 0eb271a1b1
commit 1f112ae2ca
6 changed files with 33 additions and 21 deletions
+1 -1
View File
@@ -485,7 +485,7 @@ void ScreenNetSelectMusic::MusicChanged()
UpdateDifficulties( pn );
return;
}
m_BPMDisplay.SetBPM( GAMESTATE->m_pCurSong );
m_BPMDisplay.SetBpmFromSong( GAMESTATE->m_pCurSong );
FOREACH_EnabledPlayer (pn)
{