diff --git a/stepmania/src/ScoreKeeperNormal.cpp b/stepmania/src/ScoreKeeperNormal.cpp index 3be759204b..9785889a25 100644 --- a/stepmania/src/ScoreKeeperNormal.cpp +++ b/stepmania/src/ScoreKeeperNormal.cpp @@ -450,7 +450,7 @@ void ScoreKeeperNormal::HandleTapRowScore( const NoteData &nd, int iRow ) { m_pPlayerStageStats->m_iCurCombo = 0; if( scoreOfLastTap == TNS_Miss ) - ++m_pPlayerStageStats->m_iCurMissCombo; + m_pPlayerStageStats->m_iCurMissCombo += iComboCountIfHit; } if( m_pPlayerState->m_PlayerNumber != PLAYER_INVALID )