RunAtExpressionS

This commit is contained in:
Glenn Maynard
2005-08-30 01:59:49 +00:00
parent f723e70fa3
commit 28f937d412
+1
View File
@@ -98,6 +98,7 @@ void BitmapText::LoadFromNode( const CString& 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",