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 00:57:40 +00:00
parent 833acb950d
commit b6cf3477b4
45 changed files with 646 additions and 613 deletions
+5 -5
View File
@@ -7,11 +7,11 @@ class MultiplayerEvalScoreRow;
enum JudgeLine
{
JudgeLine_Marvelous,
JudgeLine_Perfect,
JudgeLine_Great,
JudgeLine_Good,
JudgeLine_Boo,
JudgeLine_Tier1,
JudgeLine_Tier2,
JudgeLine_Tier3,
JudgeLine_Tier4,
JudgeLine_Tier5,
JudgeLine_Miss,
JudgeLine_Ok,
NUM_JudgeLine,