Play the ghost flash for all judgements; if a note skin doesn't want this,

disable it in metrics.
This commit is contained in:
Glenn Maynard
2004-11-08 04:05:46 +00:00
parent 30a01a3c99
commit 7a8116c119
+2 -11
View File
@@ -1007,17 +1007,8 @@ void PlayerMinus::OnRowCompletelyJudged( int iIndexThatWasSteppedOn )
m_pNoteField->DidTapNote( c, TNS_MARVELOUS, false );
else
{
switch( score )
{
case TNS_GREAT:
case TNS_PERFECT:
case TNS_MARVELOUS:
{
bool bBright = g_CurStageStats.iCurCombo[m_PlayerNumber]>(int)BRIGHT_GHOST_COMBO_THRESHOLD;
m_pNoteField->DidTapNote( c, score, bBright );
}
break;
}
bool bBright = g_CurStageStats.iCurCombo[m_PlayerNumber]>(int)BRIGHT_GHOST_COMBO_THRESHOLD;
m_pNoteField->DidTapNote( c, score, bBright );
}
}