diff --git a/stepmania/src/ActorUtil.cpp b/stepmania/src/ActorUtil.cpp index e4df9a87ba..e87fe3337b 100644 --- a/stepmania/src/ActorUtil.cpp +++ b/stepmania/src/ActorUtil.cpp @@ -214,8 +214,6 @@ Actor* ActorUtil::LoadFromNode( const XNode* pNode, Actor *pParentActor ) RString sFile; ActorUtil::GetAttrPath( pNode, "File", sFile ); - FixSlashesInPlace( sFile ); - /* Be careful: if sFile is "", and we don't check it, then we can end up recursively * loading the layer we're in. */ if( sFile == "" )