simplify
This commit is contained in:
@@ -31,15 +31,12 @@ void ScoreKeeperRave::HandleTapScore( const TapNote &tn )
|
||||
|
||||
#define CROSSED( val ) (fOld < val && fNew >= val)
|
||||
#define CROSSED_ATTACK_LEVEL( level ) CROSSED(1.f/NUM_ATTACK_LEVELS*(level+1))
|
||||
void ScoreKeeperRave::HandleTapRowScore( const NoteData &nd, int iRow, bool &bComboStopped, bool &bMissComboStopped )
|
||||
void ScoreKeeperRave::HandleTapRowScore( const NoteData &nd, int iRow )
|
||||
{
|
||||
TapNoteScore scoreOfLastTap;
|
||||
int iNumTapsInRow;
|
||||
float fPercentToMove;
|
||||
|
||||
bComboStopped = false;
|
||||
bMissComboStopped = false;
|
||||
|
||||
GetScoreOfLastTapInRow( nd, iRow, scoreOfLastTap, iNumTapsInRow );
|
||||
if( iNumTapsInRow <= 0 )
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user