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
@@ -28,7 +28,7 @@ ScoreDisplayRave::ScoreDisplayRave()
this->AddChild( &m_sprFrameOverlay );
m_textLevel.LoadFromFont( THEME->GetPathToN("ScoreDisplayRave level") );
m_textLevel.LoadFromFont( THEME->GetPathF("ScoreDisplayRave","level") );
m_textLevel.SetText( "1" );
m_textLevel.SetShadowLength( 0 );
this->AddChild( &m_textLevel );