...wait, it was this area, wasn't it?
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user