fix AAAA
This commit is contained in:
@@ -74,7 +74,8 @@ Grade StageStats::GetGrade( PlayerNumber pn )
|
||||
LOG->Trace( "fPercentDancePoints: %f", fPercentDancePoints );
|
||||
|
||||
// check for "AAAA"
|
||||
if( iTapNoteScores[pn][TNS_MARVELOUS] > 0 &&
|
||||
if( fPercentDancePoints == 1.00f &&
|
||||
iTapNoteScores[pn][TNS_MARVELOUS] > 0 &&
|
||||
iTapNoteScores[pn][TNS_PERFECT] == 0 &&
|
||||
iTapNoteScores[pn][TNS_GREAT] == 0 &&
|
||||
iTapNoteScores[pn][TNS_GOOD] == 0 &&
|
||||
|
||||
Reference in New Issue
Block a user