add separate ranking metric for "empty name" and "no score name"
This commit is contained in:
@@ -3542,6 +3542,7 @@ TextColor1=0.6,0.6,1,1
|
|||||||
TextColor2=1,0.3,0.3,1
|
TextColor2=1,0.3,0.3,1
|
||||||
TextColor3=0.3,1,0.3,1
|
TextColor3=0.3,1,0.3,1
|
||||||
EmptyScoreName=STEP
|
EmptyScoreName=STEP
|
||||||
|
NoScoreName=STEP
|
||||||
DifficultiesToShow=easy,medium,hard,challenge
|
DifficultiesToShow=easy,medium,hard,challenge
|
||||||
PageFadeSeconds=1.0
|
PageFadeSeconds=1.0
|
||||||
|
|
||||||
|
|||||||
@@ -74,6 +74,7 @@ static int g_iLastSongShown = 0;
|
|||||||
#define NUM_SONGS_TO_SHOW THEME->GetMetricI("ScreenRanking","NumSongsToShow")
|
#define NUM_SONGS_TO_SHOW THEME->GetMetricI("ScreenRanking","NumSongsToShow")
|
||||||
#define NOTES_TYPES_TO_HIDE THEME->GetMetric ("ScreenRanking","NotesTypesToHide")
|
#define NOTES_TYPES_TO_HIDE THEME->GetMetric ("ScreenRanking","NotesTypesToHide")
|
||||||
#define EMPTY_SCORE_NAME THEME->GetMetric ("ScreenRanking","EmptyScoreName")
|
#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 DIFFICULTIES_TO_SHOW THEME->GetMetric ("ScreenRanking","DifficultiesToShow")
|
||||||
|
|
||||||
#define COURSES_TO_SHOW PREFSMAN->m_sCoursesToShowRanking
|
#define COURSES_TO_SHOW PREFSMAN->m_sCoursesToShowRanking
|
||||||
|
|||||||
Reference in New Issue
Block a user