This commit is contained in:
Glenn Maynard
2006-11-14 21:43:44 +00:00
parent 7fcc68edda
commit f19852fe0f
+1 -1
View File
@@ -383,7 +383,7 @@ void ScoreKeeperNormal::HandleTapRowScore( const NoteData &nd, int iRow, bool &b
if( scoreOfLastTap >= m_MinScoreToContinueCombo )
m_pPlayerStageStats->m_iCurCombo += iComboCountIfHit;
}
else if( scoreOfLastTap < m_MinScoreToMaintainCombo )
else
{
bComboStopped = true;
m_pPlayerStageStats->m_iCurCombo = 0;