diff --git a/stepmania/src/ActorUtil.cpp b/stepmania/src/ActorUtil.cpp index 8954d6eabe..c589b3beaf 100644 --- a/stepmania/src/ActorUtil.cpp +++ b/stepmania/src/ActorUtil.cpp @@ -479,9 +479,7 @@ bool ActorUtil::GetAttrPath( const XNode *pNode, const RString &sName, RString & sOut = sDir+sOut; } - ActorUtil::ResolvePath( sOut, ActorUtil::GetWhere(pNode) ); - - return true; + return ActorUtil::ResolvePath( sOut, ActorUtil::GetWhere(pNode) ); } apActorCommands ActorUtil::ParseActorCommands( const RString &sCommands, const RString &sName )