fix long-standing bug: don't increment Possible for mines
This commit is contained in:
@@ -121,6 +121,7 @@ Grade PlayerStageStats::GetGrade() const
|
|||||||
default: FAIL_M( ssprintf("%i", tns) ); break;
|
default: FAIL_M( ssprintf("%i", tns) ); break;
|
||||||
}
|
}
|
||||||
Actual += iTapNoteScores[tns] * iTapScoreValue;
|
Actual += iTapNoteScores[tns] * iTapScoreValue;
|
||||||
|
if( tns != TNS_HIT_MINE )
|
||||||
Possible += iTapNoteScores[tns] * PREFSMAN->m_iGradeWeightMarvelous;
|
Possible += iTapNoteScores[tns] * PREFSMAN->m_iGradeWeightMarvelous;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user