From a9145447184257706e229e0e15115be64f17970f Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Mon, 8 Dec 2003 04:43:05 +0000 Subject: [PATCH] show combo (if any) before the first step --- stepmania/src/Player.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/stepmania/src/Player.cpp b/stepmania/src/Player.cpp index 5752a70693..985cece809 100644 --- a/stepmania/src/Player.cpp +++ b/stepmania/src/Player.cpp @@ -138,6 +138,7 @@ void PlayerMinus::Load( PlayerNumber pn, const NoteData* pNoteData, LifeMeter* p m_Judgment.StopTweening(); // m_Combo.Reset(); // don't reset combos between songs in a course! m_Combo.Init( pn ); + m_Combo.SetCombo( GAMESTATE->m_CurStageStats.iCurCombo[m_PlayerNumber] ); // combo can persist between songs and games m_AttackDisplay.Init( pn ); m_Judgment.Reset();