From 4ebd0192dba0fe0940d913b4f39e6d2e9fe36e59 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 15 Oct 2006 01:45:33 +0000 Subject: [PATCH] ActorUtil::ResolvePath in ActorUtil::GetAttrPath --- stepmania/src/ActorUtil.cpp | 2 ++ 1 file changed, 2 insertions(+) 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; }