fixed courses title not showing on ScreenRanking

This commit is contained in:
Chris Danford
2003-02-23 00:55:24 +00:00
parent 78567273df
commit 0636b4d17d
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -231,7 +231,9 @@ void ScreenRanking::SetPage( PageToShow pts )
break;
case PageToShow::TYPE_COURSE:
{
m_textCategory.SetDiffuse( RageColor(1,1,1,1) );
m_textCategory.SetText( pts.pCourse->m_sName );
m_textType.SetDiffuse( RageColor(1,1,1,1) );
m_textType.SetText( GameManager::NotesTypeToString(pts.nt) );
for( int l=0; l<NUM_RANKING_LINES; l++ )
{