GetPath*N->GetPath*F

This commit is contained in:
Chris Danford
2004-07-25 06:29:50 +00:00
parent 64628fac21
commit 504ba6c163
15 changed files with 24 additions and 24 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ void DifficultyMeter::Load()
if( SHOW_METER )
{
m_textMeter.SetName( "Meter" );
m_textMeter.LoadFromFont( THEME->GetPathN(m_sName,"meter") );
m_textMeter.LoadFromFont( THEME->GetPathF(m_sName,"meter") );
SET_XY_AND_ON_COMMAND( m_textMeter );
this->AddChild( &m_textMeter );
}