diff --git a/stepmania/src/ScreenMusicScroll.cpp b/stepmania/src/ScreenMusicScroll.cpp index e93ccf2d9e..b8e254bab1 100644 --- a/stepmania/src/ScreenMusicScroll.cpp +++ b/stepmania/src/ScreenMusicScroll.cpp @@ -48,6 +48,8 @@ const CString CREDIT_LINES[] = "DJ McFox (Ryan McKanna)", "Cloud34 (Lamden Travis)", "Redcrusher (Michael Curry)", + "Steve 'healing_vision' Klise", + "Mauro Panichella", "", "", "", diff --git a/stepmania/src/ScreenRanking.cpp b/stepmania/src/ScreenRanking.cpp index 6c420267ce..27b3ec047e 100644 --- a/stepmania/src/ScreenRanking.cpp +++ b/stepmania/src/ScreenRanking.cpp @@ -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