From bcebbe04e2a16c926237db3460a5fe05a7f95317 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 27 Jul 2006 23:51:49 +0000 Subject: [PATCH] let RageTExtureManager handle this error --- stepmania/src/Sprite.cpp | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/stepmania/src/Sprite.cpp b/stepmania/src/Sprite.cpp index 6cd63c21d1..0806789f6a 100644 --- a/stepmania/src/Sprite.cpp +++ b/stepmania/src/Sprite.cpp @@ -127,22 +127,6 @@ retry: CollapsePath( sPath ); } - if( sPath == sDir ) - { - RString sMessage = ssprintf( "A file in '%s' has a texture '%s' that collapses to './'.", - sDir.c_str(), sTextureFile.c_str() ); - switch( Dialog::AbortRetryIgnore(sMessage) ) - { - case Dialog::abort: - RageException::Throw( sMessage ); - case Dialog::retry: - goto retry; - case Dialog::ignore: - return; - default: - ASSERT(0); - } - } if( !sPath.empty() ) {