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
+3 -3
View File
@@ -33,13 +33,13 @@ void HoldJudgment::SetHoldJudgment( HoldNoteScore hns )
switch( hns )
{
case HNS_NONE:
case HNS_None:
ASSERT(0);
case HNS_OK:
case HNS_Held:
m_sprJudgment->SetState( 0 );
m_sprJudgment->RunCommands( OK_COMMAND );
break;
case HNS_NG:
case HNS_LetGo:
m_sprJudgment->SetState( 1 );
m_sprJudgment->RunCommands( NG_COMMAND );
break;