From 9e89f2acdbcaf67ee5ec2c004f495f4a1e428078 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 15 Oct 2006 03:44:11 +0000 Subject: [PATCH] ActorUtil::GetAttrPath does this --- stepmania/src/ActorUtil.cpp | 2 -- 1 file changed, 2 deletions(-) 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;