fix Ranking course pages show unthemed style name

This commit is contained in:
Chris Danford
2004-03-23 22:04:29 +00:00
parent 2df07eff4c
commit 12f5656987
+1 -1
View File
@@ -802,7 +802,7 @@ float ScreenRanking::SetPage( PageToShow pts )
return m_ListScoreRowItems.GetSecondsForCompleteScrollThrough();
case PageToShow::TYPE_ALL_COURSES:
{
m_textStepsType.SetText( GameManager::NotesTypeToString(pts.nt) );
m_textStepsType.SetText( GameManager::NotesTypeToThemedString(pts.nt) );
for( unsigned c=0; c<m_vpCourseScoreRowItem.size(); c++ )
{