hide templates

This commit is contained in:
Glenn Maynard
2005-10-10 22:33:08 +00:00
parent 610262a46c
commit 2d4cd30865
+5
View File
@@ -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