From 83b2e25cc5c1fcc0f65415b22751f04ae99b4fcb Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 9 Oct 2006 09:05:09 +0000 Subject: [PATCH] remove Path --- stepmania/src/ActorSound.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/ActorSound.cpp b/stepmania/src/ActorSound.cpp index 11d06b3369..dd782f74f5 100644 --- a/stepmania/src/ActorSound.cpp +++ b/stepmania/src/ActorSound.cpp @@ -23,7 +23,7 @@ void ActorSound::LoadFromNode( const XNode* pNode ) Actor::LoadFromNode( pNode ); RString sFile; - if( ActorUtil::GetAttrPath(pNode, "File", sFile) || ActorUtil::GetAttrPath(pNode, "Path", sFile) ) /* Path deprecated */ + if( ActorUtil::GetAttrPath(pNode, "File", sFile) ) { ActorUtil::ResolvePath( sFile, ActorUtil::GetWhere(pNode) ); Load( sFile );