Fix: Judgements for default theme.

This commit is contained in:
Charles Lohr
2005-05-13 00:22:36 +00:00
parent b2b72a8258
commit 784953b85d
+2 -2
View File
@@ -60,8 +60,8 @@ void Judgment::SetJudgment( TapNoteScore score, bool bEarly )
m_sprJudgment.SetHidden( false );
int iStateMult = (m_sprJudgment.GetNumStates()==12) ? 2 : 0;
int iStateAdd = bEarly ? 0 : 1;
int iStateMult = (m_sprJudgment.GetNumStates()==12) ? 2 : 1;
int iStateAdd = ( bEarly || ( iStateMult == 1 ) ) ? 0 : 1;
switch( score )
{