Fix: return grade?

This commit is contained in:
Charles Lohr
2005-03-31 17:26:25 +00:00
parent cb542836d1
commit 47300d65c2
+1 -1
View File
@@ -112,7 +112,7 @@ Grade PlayerStageStats::GetGradeFromPercent( float fPercent )
break;
}
}
return g;
return grade;
}
Grade PlayerStageStats::GetGrade() const