From cb26942e453047a06043fc6f5eb2fd640e0bd8bf Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 15 Oct 2006 06:46:15 +0000 Subject: [PATCH] no backslashes in XML/Lua --- stepmania/src/ActorUtil.cpp | 2 -- 1 file changed, 2 deletions(-) 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 == "" )