diff --git a/stepmania/src/ActorUtil.cpp b/stepmania/src/ActorUtil.cpp index 4d38b552f5..3a0b07a8bb 100644 --- a/stepmania/src/ActorUtil.cpp +++ b/stepmania/src/ActorUtil.cpp @@ -233,8 +233,6 @@ Actor* ActorUtil::LoadFromNode( const XNode* pNode, Actor *pParentActor ) goto all_done; } - ActorUtil::ResolvePath( sFile, GetSourcePath(pNode) ); - pReturn = ActorUtil::MakeActor( sFile, pParentActor, pNode ); if( pReturn == NULL ) goto all_done;