From 52eccf2a8ff7f3dde25a54f48b025aac5528751f Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 27 Jul 2006 22:56:43 +0000 Subject: [PATCH] copy in Sprite's diagnostic: show the possible matches (always do it; useful in release too) --- stepmania/src/ActorUtil.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/stepmania/src/ActorUtil.cpp b/stepmania/src/ActorUtil.cpp index 2b1d7f6000..73e4aad259 100644 --- a/stepmania/src/ActorUtil.cpp +++ b/stepmania/src/ActorUtil.cpp @@ -85,6 +85,7 @@ retry: if( asPaths.size() > 1 ) { RString sError = ssprintf( "A file in '%s' references a file '%s' which has multiple matches.", sName.c_str(), sPath.c_str() ); + sError += "\n" + join( "\n", asPaths ); switch( Dialog::AbortRetryIgnore( sError, "BROKEN_FILE_REFERENCE" ) ) { case Dialog::abort: