fix song graphic search aborting early if all assets are filled in (it should

only break if they all actually exist)
This commit is contained in:
Glenn Maynard
2004-06-20 02:13:47 +00:00
parent 725bf8b9fb
commit 1fed4d35e5
+1 -1
View File
@@ -677,7 +677,7 @@ void Song::TidyUpData()
unsigned i;
for( i=0; i<arrayImages.size(); i++ ) // foreach image
{
if( m_sBannerFile != "" && m_sCDTitleFile != "" && m_sBackgroundFile != "" )
if( HasBanner() && HasCDTitle() && HasBackground() )
break; /* done */
// ignore DWI "-char" graphics