diff --git a/stepmania/src/ActorUtil.cpp b/stepmania/src/ActorUtil.cpp index bf17dc938b..3b87de94ab 100644 --- a/stepmania/src/ActorUtil.cpp +++ b/stepmania/src/ActorUtil.cpp @@ -117,6 +117,7 @@ Actor* ActorUtil::LoadFromActorFile( const CString& sDir, const XNode* pNode ) CString expr; if( pNode->GetAttrValue("Condition",expr) ) { + LuaHelpers::RunAtExpressionS( expr ); if( !LuaHelpers::RunExpressionB(expr) ) return NULL; }