diff --git a/stepmania/src/BitmapText.cpp b/stepmania/src/BitmapText.cpp index d6e313479f..d999cdd48b 100644 --- a/stepmania/src/BitmapText.cpp +++ b/stepmania/src/BitmapText.cpp @@ -106,8 +106,7 @@ void BitmapText::LoadFromNode( const XNode* pNode ) ThemeManager::EvaluateString( sAltText ); RString sFont; - pNode->GetAttrValue( "Font", sFont ); - ActorUtil::GetAttrPath( pNode, "FilFont", sFont ); + ActorUtil::GetAttrPath( pNode, "Font", sFont ); if( sFont.empty() ) ActorUtil::GetAttrPath( pNode, "File", sFont ); // accept "File" for backward compatibility