From 12f56569879ae9f63f03ec30b677bca56c2216bf Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Tue, 23 Mar 2004 22:04:29 +0000 Subject: [PATCH] fix Ranking course pages show unthemed style name --- stepmania/src/ScreenRanking.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/ScreenRanking.cpp b/stepmania/src/ScreenRanking.cpp index cf9d4e936f..f89343150c 100644 --- a/stepmania/src/ScreenRanking.cpp +++ b/stepmania/src/ScreenRanking.cpp @@ -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