no need for :: or &expr; in param names

This commit is contained in:
Glenn Maynard
2005-09-06 04:39:36 +00:00
parent aaf2705f68
commit c6a10c1d7a
+1 -1
View File
@@ -130,7 +130,7 @@ Actor* ActorUtil::LoadFromActorFile( const CString& sDir, const XNode* pNode )
RageException::Throw( ssprintf("Param node in '%s' is missing the attribute 'Name'", sDir.c_str()) );
}
THEME->EvaluateString( sName );
LuaHelpers::RunAtExpressionS( sName );
CString s;
if( pChild->GetAttrValue( "Function", s ) )