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
+4 -4
View File
@@ -1744,12 +1744,12 @@ void ScreenGameplay::Update( float fDeltaTime )
switch( tns )
{
case TNS_GOOD:
case TNS_GREAT:
case TNS_Tier4:
case TNS_Tier3:
state = AS2D_GOOD;
break;
case TNS_PERFECT:
case TNS_MARVELOUS:
case TNS_Tier2:
case TNS_Tier1:
state = AS2D_GREAT;
break;
default: