don't wipe out meter > 10
This commit is contained in:
@@ -8,6 +8,7 @@ ScoreKeeperMAX2::ScoreKeeperMAX2(Notes *notes, NoteDataWithScoring &data, Player
|
||||
// Stats_DoublesCount = true;
|
||||
|
||||
int Meter = notes? notes->GetMeter() : 5;
|
||||
Meter = min(Meter, 10);
|
||||
|
||||
/* Hold notes count as two tap notes. However, hold notes already count
|
||||
* as 1 in GetNumTapNotes(), so only add 1*GetNumHoldNotes, not 2. */
|
||||
|
||||
Reference in New Issue
Block a user