Combos branch: make checkpoints consistent.

A combination of #COMBOS and #TICKCOUNTS will be
needed to replicate some of the mission charts.
This commit is contained in:
Jason Felds
2011-03-05 00:33:18 -05:00
parent 4a19be0d05
commit 994e7d9fa1
+1 -1
View File
@@ -578,7 +578,7 @@ void ScoreKeeperNormal::HandleHoldCheckpointScore( const NoteData &nd, int iRow,
}
HandleTapNoteScoreInternal( iNumHoldsMissedThisRow == 0? TNS_CheckpointHit:TNS_CheckpointMiss, TNS_CheckpointHit );
HandleComboInternal( iNumHoldsHeldThisRow, 0, iNumHoldsMissedThisRow );
HandleComboInternal( iNumHoldsHeldThisRow, 0, iNumHoldsMissedThisRow, iRow );
}
void ScoreKeeperNormal::HandleTapNoteScoreInternal( TapNoteScore tns, TapNoteScore maximum )