This commit is contained in:
Kyzentun
2014-08-25 02:35:16 -06:00
6 changed files with 42 additions and 36 deletions
+3 -1
View File
@@ -332,7 +332,9 @@ int PlayerStageStats::GetLessonScoreNeeded() const
float fScore = 0;
FOREACH_CONST( Steps*, m_vpPossibleSteps, steps )
fScore += (*steps)->GetRadarValues( PLAYER_1 ).m_Values.v.fNumTapsAndHolds;
{
fScore += (*steps)->GetRadarValues(PLAYER_1)[RadarCategory_TapsAndHolds];
}
return lrintf( fScore * LESSON_PASS_THRESHOLD );
}