...wait, it was this area, wasn't it?

This commit is contained in:
Jason Felds
2011-07-09 13:09:03 -04:00
parent 187415bc70
commit 55870b4f99
2 changed files with 25 additions and 6 deletions
+6 -1
View File
@@ -90,7 +90,12 @@ public:
static int HoldNoteScoreToGradePoints( HoldNoteScore hns, bool bBeginner );
private:
void HandleTapNoteScoreInternal( TapNoteScore tns, TapNoteScore maximum );
/**
* @brief Take care of some internal work with our scoring systems.
* @param tns the Tap Note score earned.
* @param maximum the best tap note score possible.
* @param row the row the score was earned. Mainly for ComboSegment stuff. */
void HandleTapNoteScoreInternal( TapNoteScore tns, TapNoteScore maximum, int row );
void HandleComboInternal( int iNumHitContinueCombo, int iNumHitMaintainCombo, int iNumBreakCombo, int iRow = -1 );
void HandleRowComboInternal( TapNoteScore tns, int iNumTapsInRow, int iRow = -1 );
void GetRowCounts( const NoteData &nd, int iRow, int &iNumHitContinueCombo, int &iNumHitMaintainCombo, int &iNumBreakCombo );