From e066ea44e8572b3ae3fdbe230522fc1a47ebf444 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Tue, 11 Jul 2006 17:00:52 +0000 Subject: [PATCH] redundant --- stepmania/src/Sprite.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/stepmania/src/Sprite.cpp b/stepmania/src/Sprite.cpp index 6e42f2a65e..69880b1175 100644 --- a/stepmania/src/Sprite.cpp +++ b/stepmania/src/Sprite.cpp @@ -122,7 +122,6 @@ retry: RString sPath; if( pNode->GetAttrValue( "Texture", sTextureFile ) ) { - sPath = sDir + sTextureFile; LuaHelpers::RunAtExpressionS( sTextureFile ); bool bIsAbsolutePath = sTextureFile.Left(1) == "/";