unneeded LuaHelpers::RunAtExpressionS

This commit is contained in:
Glenn Maynard
2006-10-09 01:22:17 +00:00
parent ce07b22b56
commit e0b788de16
10 changed files with 0 additions and 20 deletions
-1
View File
@@ -109,7 +109,6 @@ void BitmapText::LoadFromNode( const RString& sDir, const XNode* pNode )
pNode->GetAttrValue( "Font", sFont );
if( sFont.empty() )
pNode->GetAttrValue( "File", sFont ); // accept "File" for backward compatibility
LuaHelpers::RunAtExpressionS( sFont );
if( sFont == "" )
RageException::Throw( "An object \"%s\" in \"%s\" is missing the Font attribute.",