remove unused m_iCurrentCombo

This commit is contained in:
Glenn Maynard
2007-04-25 03:39:53 +00:00
parent 8d396834dc
commit c5dd045f8a
3 changed files with 0 additions and 6 deletions
-2
View File
@@ -182,7 +182,6 @@ void StatsManager::CommitStatsToProfiles()
int iGameplaySeconds = (int)truncf(m_CurStageStats.m_fGameplaySeconds);
pMachineProfile->m_iTotalGameplaySeconds += iGameplaySeconds;
pMachineProfile->m_iCurrentCombo = 0;
pMachineProfile->m_iNumTotalSongsPlayed += m_CurStageStats.m_vpPlayedSongs.size();
CHECKPOINT;
@@ -194,7 +193,6 @@ void StatsManager::CommitStatsToProfiles()
if( pPlayerProfile )
{
pPlayerProfile->m_iTotalGameplaySeconds += iGameplaySeconds;
pPlayerProfile->m_iCurrentCombo = 0;
pPlayerProfile->m_iNumTotalSongsPlayed += m_CurStageStats.m_vpPlayedSongs.size();
}