have Numbers fall back to Fonts (in perparation for removing the Numbers dir altogether)

This commit is contained in:
Chris Danford
2004-05-30 23:23:39 +00:00
parent ef17d8b09e
commit 3cadf4c5d5
18 changed files with 36 additions and 28 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ BPMDisplay::BPMDisplay()
void BPMDisplay::Load()
{
m_textBPM.SetName( "Text" );
m_textBPM.LoadFromNumbers( THEME->GetPathToN(m_sName) );
m_textBPM.LoadFromFont( THEME->GetPathToN(m_sName) );
SET_XY_AND_ON_COMMAND( m_textBPM );
m_textBPM.SetDiffuse( NORMAL_COLOR );
this->AddChild( &m_textBPM );