From 28f937d4121d91bc7b23278e9c864d393d014526 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Tue, 30 Aug 2005 01:59:49 +0000 Subject: [PATCH] RunAtExpressionS --- stepmania/src/BitmapText.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/stepmania/src/BitmapText.cpp b/stepmania/src/BitmapText.cpp index ce0864e787..b1930ef2d4 100644 --- a/stepmania/src/BitmapText.cpp +++ b/stepmania/src/BitmapText.cpp @@ -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",