From 5eae214f203823fdd5019daa5b98be63529b5ecd Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 26 Feb 2005 05:34:18 +0000 Subject: [PATCH] m_Combo.SetName --- stepmania/src/Player.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/stepmania/src/Player.cpp b/stepmania/src/Player.cpp index 42f9780b05..d1faf6be7e 100644 --- a/stepmania/src/Player.cpp +++ b/stepmania/src/Player.cpp @@ -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