show high score list on ScreenNameEntryTraditional

This commit is contained in:
Chris Danford
2004-03-08 02:21:22 +00:00
parent 840434dd49
commit 0262ae76f3
11 changed files with 282 additions and 108 deletions
+1 -1
View File
@@ -875,7 +875,7 @@ void ScreenEvaluation::CommitScores( const StageStats &stageStats, int iPersonal
ASSERT( GAMESTATE->m_pCurNotes[p] );
if( hs.fPercentDP > PREFSMAN->m_fMinPercentageForHighScore )
if( hs.fPercentDP >= PREFSMAN->m_fMinPercentageForHighScore )
PROFILEMAN->AddStepsHighScore( GAMESTATE->m_pCurNotes[p], (PlayerNumber)p, hs, iPersonalHighScoreIndex[p], iMachineHighScoreIndex[p] );
if( PROFILEMAN->IsUsingProfile((PlayerNumber)p) )