Address PR feedback.
This commit is contained in:
+1
-1
@@ -314,7 +314,7 @@ bool StageStats::PlayerHasHighScore( PlayerNumber pn ) const
|
||||
PROFILEMAN->GetMachineProfile()->GetCourseHighScoreList(pCourse, pTrail) :
|
||||
PROFILEMAN->GetMachineProfile()->GetStepsHighScoreList(pSong, pSteps);
|
||||
|
||||
const auto iScore = m_player[pn].m_iScore;
|
||||
const unsigned int iScore = m_player[pn].m_iScore;
|
||||
float fPercentDP = m_player[pn].GetPercentDancePoints();
|
||||
for( int h=0; h<(int)hsl.vHighScores.size() && h<PREFSMAN->m_iMaxHighScoresPerListForMachine; ++h )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user