more of the same

This commit is contained in:
Glenn Maynard
2002-11-16 08:54:15 +00:00
parent e587b3a012
commit 397bd8b734
4 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -349,4 +349,4 @@ Grade GameState::GetCurrentGrade( PlayerNumber pn )
else if( fPercentDancePoints >= 0.65 ) return GRADE_B;
else if( fPercentDancePoints >= 0.45 ) return GRADE_C;
else return GRADE_D;
}
}