This commit is contained in:
Glenn Maynard
2003-07-21 23:16:06 +00:00
parent 14626dbf92
commit d0502bfddb
4 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -193,7 +193,7 @@ void BPMDisplay::SetBPM( const Course* pCourse )
continue;
}
Song *pSong = ci[i].Song;
Song *pSong = ci[i].pSong;
ASSERT( pSong );
switch( pSong->m_DisplayBPMType )
{