combo graph fix

This commit is contained in:
Glenn Maynard
2003-12-23 04:44:34 +00:00
parent ba361166eb
commit 33899d03d6
6 changed files with 18 additions and 13 deletions
+3
View File
@@ -214,6 +214,9 @@ ScreenGameplay::ScreenGameplay( CString sName, bool bDemonstration ) : Screen("S
ASSERT( !m_apNotesQueue[p].empty() );
g_CurStageStats.pSteps[p] = m_apNotesQueue[p][0];
g_CurStageStats.iMeter[p] = m_apNotesQueue[p][0]->GetMeter();
/* Record combo rollover. */
g_CurStageStats.UpdateComboList( (PlayerNumber)p, 0, true );
}
if( GAMESTATE->IsExtraStage() )