only ghost flash for great or higher

This commit is contained in:
Glenn Maynard
2003-01-19 23:24:48 +00:00
parent 0a36977fef
commit 833ac91aca
+2 -1
View File
@@ -509,7 +509,8 @@ void Player::OnRowDestroyed( int iIndexThatWasSteppedOn )
iNumNotesInThisRow++;
// show the ghost arrow for this column
m_GhostArrowRow.TapNote( c, score, m_Combo.GetCurrentCombo()>g_iBrightGhostThreshold );
if(score == TNS_GREAT || score == TNS_PERFECT || score == TNS_MARVELOUS)
m_GhostArrowRow.TapNote( c, score, m_Combo.GetCurrentCombo()>g_iBrightGhostThreshold );
}
}