do save failed scores to player profiles; this remembers that the

song has been played and allows tracking performance on songs
that the player can't pass yet
This commit is contained in:
Glenn Maynard
2007-06-08 06:53:31 +00:00
parent fe69cba5ad
commit 79497a59ec
2 changed files with 3 additions and 5 deletions
-4
View File
@@ -224,10 +224,6 @@ void StageStats::CommitScores( bool bSummary )
}
else
{
// don't save scores for a failed song
if( m_player[p].m_bFailed )
continue;
ASSERT( pSteps );
PROFILEMAN->AddStepsScore( pSong, pSteps, p, hs, m_player[p].m_iPersonalHighScoreIndex, m_player[p].m_iMachineHighScoreIndex );