remove experimental TotalError

This commit is contained in:
Glenn Maynard
2006-07-07 18:45:15 +00:00
parent 6b15224690
commit 7f463daafe
7 changed files with 1 additions and 29 deletions
-3
View File
@@ -30,8 +30,6 @@ void PlayerStageStats::Init()
iPossibleGradePoints = 0;
iCurCombo = iMaxCombo = iCurMissCombo = iScore = iBonus = iMaxScore = iCurMaxScore = 0;
iSongsPassed = iSongsPlayed = 0;
iTotalError = 0;
iTotalError = 0;
fLifeRemainingSeconds = 0;
fCaloriesBurned = 0;
tnsLast = TNS_INVALID;
@@ -81,7 +79,6 @@ void PlayerStageStats::AddStats( const PlayerStageStats& other )
radarActual += other.radarActual;
iSongsPassed += other.iSongsPassed;
iSongsPlayed += other.iSongsPlayed;
iTotalError += other.iTotalError;
fCaloriesBurned += other.fCaloriesBurned;
fLifeRemainingSeconds = other.fLifeRemainingSeconds; // don't accumulate