fixed courses title not showing on ScreenRanking
This commit is contained in:
@@ -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",
|
||||||
"",
|
"",
|
||||||
"",
|
"",
|
||||||
"",
|
"",
|
||||||
|
|||||||
@@ -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++ )
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user