m_Combo.SetName

This commit is contained in:
Glenn Maynard
2005-02-26 05:34:18 +00:00
parent 151556b2ef
commit 5eae214f20
+1
View File
@@ -178,6 +178,7 @@ void Player::Load( const NoteData& noteData )
* then we could just this->StopTweening()? -glenn */
m_Judgment.StopTweening();
// m_Combo.Reset(); // don't reset combos between songs in a course!
m_Combo.SetName( "Combo" );
m_Combo.Init( pn );
if( m_pPlayerStageStats )
m_Combo.SetCombo( m_pPlayerStageStats->iCurCombo, m_pPlayerStageStats->iCurMissCombo ); // combo can persist between songs and games