diff --git a/stepmania/src/Actor.cpp b/stepmania/src/Actor.cpp index 4362cbaf04..a4fb88ffcf 100644 --- a/stepmania/src/Actor.cpp +++ b/stepmania/src/Actor.cpp @@ -249,7 +249,7 @@ void Actor::LoadFromNode( const CString& sDir, const XNode* pNode ) CString sValue; c->GetAttrValue( "Value", sValue ); - THEME->EvaluateString( sName ); + LuaHelpers::RunAtExpressionS( sName ); apActorCommands apac( new ActorCommands( sValue ) ); AddCommand( sName, apac );