Use generic names for TapNoteScore values since they are treated genericly by the code.

Theme changes coming...
This commit is contained in:
Chris Danford
2005-10-08 02:02:03 +00:00
parent b6cf3477b4
commit 1ead066956
12 changed files with 47 additions and 47 deletions
+3 -3
View File
@@ -268,9 +268,9 @@ static const CString PerDifficultyAwardNames[] = {
"SingleDigitTier2",
"OneTier2",
"FullComboTier1",
"Tier3s80Percent",
"Tier3s90Percent",
"Tier3s100Percent",
"Percent80Tier3",
"Percent90Tier3",
"Percent100Tier3",
};
XToString( PerDifficultyAward, NUM_PER_DIFFICULTY_AWARDS );
XToThemedString( PerDifficultyAward, NUM_PER_DIFFICULTY_AWARDS );