diff --git a/stepmania/src/ComboGraph.cpp b/stepmania/src/ComboGraph.cpp index ab4735df1d..2366b370e2 100644 --- a/stepmania/src/ComboGraph.cpp +++ b/stepmania/src/ComboGraph.cpp @@ -97,6 +97,11 @@ void ComboGraph::Load( const StageStats &s, const PlayerStageStats &pss ) this->AddChild( pText ); } + + /* Hide the templates. */ + m_pNormalCombo->SetHidden( true ); + m_pMaxCombo->SetHidden( true ); + m_pMaxComboText->SetHidden( true ); } // lua start