remove m_bComboContinuesBetweenSongs

This commit is contained in:
Glenn Maynard
2007-04-25 03:38:40 +00:00
parent b9af8c094c
commit 8d396834dc
4 changed files with 1 additions and 23 deletions
+1 -4
View File
@@ -194,10 +194,7 @@ void StatsManager::CommitStatsToProfiles()
if( pPlayerProfile )
{
pPlayerProfile->m_iTotalGameplaySeconds += iGameplaySeconds;
pPlayerProfile->m_iCurrentCombo =
PREFSMAN->m_bComboContinuesBetweenSongs ?
m_CurStageStats.m_player[pn].m_iCurCombo :
0;
pPlayerProfile->m_iCurrentCombo = 0;
pPlayerProfile->m_iNumTotalSongsPlayed += m_CurStageStats.m_vpPlayedSongs.size();
}