Don't blank out song elements that don't exist.

This commit is contained in:
Glenn Maynard
2003-02-28 08:47:27 +00:00
parent 141a9275d4
commit dccc07980a
+3 -3
View File
@@ -477,7 +477,7 @@ void Song::TidyUpData()
//
if( !HasBanner() )
{
m_sBannerFile = "";
// m_sBannerFile = "";
// find an image with "banner" in the file name
CStringArray arrayPossibleBanners;
@@ -491,7 +491,7 @@ void Song::TidyUpData()
if( !HasBackground() )
{
m_sBackgroundFile = "";
// m_sBackgroundFile = "";
// find an image with "bg" or "background" in the file name
CStringArray arrayPossibleBGs;
@@ -509,7 +509,7 @@ void Song::TidyUpData()
if( !HasCDTitle() )
{
m_sCDTitleFile = "";
// m_sCDTitleFile = "";
// find an image with "cdtitle" in the file name
CStringArray arrayPossibleCDTitles;