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
@@ -48,6 +48,8 @@ const CString CREDIT_LINES[] =
"DJ McFox (Ryan McKanna)", "DJ McFox (Ryan McKanna)",
"Cloud34 (Lamden Travis)", "Cloud34 (Lamden Travis)",
"Redcrusher (Michael Curry)", "Redcrusher (Michael Curry)",
"Steve 'healing_vision' Klise",
"Mauro Panichella",
"", "",
"", "",
"", "",
+2
View File
@@ -231,7 +231,9 @@ void ScreenRanking::SetPage( PageToShow pts )
break; break;
case PageToShow::TYPE_COURSE: case PageToShow::TYPE_COURSE:
{ {
m_textCategory.SetDiffuse( RageColor(1,1,1,1) );
m_textCategory.SetText( pts.pCourse->m_sName ); m_textCategory.SetText( pts.pCourse->m_sName );
m_textType.SetDiffuse( RageColor(1,1,1,1) );
m_textType.SetText( GameManager::NotesTypeToString(pts.nt) ); m_textType.SetText( GameManager::NotesTypeToString(pts.nt) );
for( int l=0; l<NUM_RANKING_LINES; l++ ) for( int l=0; l<NUM_RANKING_LINES; l++ )
{ {