add separate ranking metric for "empty name" and "no score name"

This commit is contained in:
Chris Danford
2003-12-24 12:52:59 +00:00
parent 2b067fcb1a
commit e84402a872
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -3542,6 +3542,7 @@ TextColor1=0.6,0.6,1,1
TextColor2=1,0.3,0.3,1
TextColor3=0.3,1,0.3,1
EmptyScoreName=STEP
NoScoreName=STEP
DifficultiesToShow=easy,medium,hard,challenge
PageFadeSeconds=1.0
+1
View File
@@ -74,6 +74,7 @@ static int g_iLastSongShown = 0;
#define NUM_SONGS_TO_SHOW THEME->GetMetricI("ScreenRanking","NumSongsToShow")
#define NOTES_TYPES_TO_HIDE THEME->GetMetric ("ScreenRanking","NotesTypesToHide")
#define EMPTY_SCORE_NAME THEME->GetMetric ("ScreenRanking","EmptyScoreName")
#define NO_SCORE_NAME THEME->GetMetric ("ScreenRanking","NoScoreName")
#define DIFFICULTIES_TO_SHOW THEME->GetMetric ("ScreenRanking","DifficultiesToShow")
#define COURSES_TO_SHOW PREFSMAN->m_sCoursesToShowRanking