diff --git a/stepmania/src/ActorUtil.cpp b/stepmania/src/ActorUtil.cpp index 280efb8169..b7a6ef249b 100644 --- a/stepmania/src/ActorUtil.cpp +++ b/stepmania/src/ActorUtil.cpp @@ -487,6 +487,8 @@ bool ActorUtil::GetAttrPath( const XNode *pNode, const RString &sName, RString & sOut = sDir+sOut; } + ActorUtil::ResolvePath( sOut, ActorUtil::GetWhere(pNode) ); + return true; }