From 2d4cd30865c9fe3fc39f7993660255ecdcc4417d Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 10 Oct 2005 22:33:08 +0000 Subject: [PATCH] hide templates --- stepmania/src/ComboGraph.cpp | 5 +++++ 1 file changed, 5 insertions(+) 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