This commit is contained in:
Glenn Maynard
2003-02-10 01:30:45 +00:00
parent 682c529718
commit 09b461514c
+2 -1
View File
@@ -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 &&