Fixed MusicSort icon not showing

This commit is contained in:
Chris Danford
2002-10-07 07:16:40 +00:00
parent f4ef92ab81
commit fcb66151b0
2 changed files with 4 additions and 9 deletions
+1 -1
View File
@@ -188,7 +188,7 @@ void WheelItemDisplay::RefreshGrades()
if( m_pSong == GAMESTATE->m_pCurSong )
{
Notes* pNotes = GAMESTATE->m_pCurNotes[p];
m_GradeDisplay[p].SetGrade( (PlayerNumber)p, pNotes->m_TopGrade );
m_GradeDisplay[p].SetGrade( (PlayerNumber)p, pNotes ? pNotes->m_TopGrade : GRADE_NO_DATA );
}
else
{