fix legacy songs not showing background at end, but still allow new

songs to not have it
This commit is contained in:
Glenn Maynard
2004-09-13 08:00:34 +00:00
parent 70ed8fdfdc
commit 66b17e5ef2
5 changed files with 59 additions and 4 deletions
+1
View File
@@ -34,6 +34,7 @@ public:
void GetApplicableFiles( CString sPath, CStringArray &out );
bool LoadFromDir( CString sPath, Song &out );
void TidyUpData( Song &song, bool cache );
static bool LoadTimingFromFile( const CString &fn, TimingData &out );
static void LoadTimingFromSMFile( const MsdFile &msd, TimingData &out );
static bool LoadEdit( CString sEditFilePath, ProfileSlot slot );