Track number of consecutive misses internally.

This commit is contained in:
Glenn Maynard
2003-09-06 02:26:06 +00:00
parent c3c695e14b
commit 09109196d9
3 changed files with 10 additions and 1 deletions
+1
View File
@@ -45,6 +45,7 @@ void StageStats::AddStats( const StageStats& other )
iHoldNoteScores[p][h] += other.iHoldNoteScores[p][h];
iCurCombo[p] += other.iCurCombo[p];
iMaxCombo[p] += other.iMaxCombo[p];
iCurMissCombo[p] += other.iCurMissCombo[p];
iScore[p] += other.iScore[p];
for( int r=0; r<NUM_RADAR_CATEGORIES; r++ )
{