[notesreader] Ready to test again.

This commit is contained in:
Jason Felds
2011-06-09 22:00:10 -04:00
parent bb642827a8
commit 4830ecc730
5 changed files with 3 additions and 23 deletions
+1 -1
View File
@@ -956,7 +956,7 @@ bool SMLoader::LoadEditFromMsd( const MsdFile &msd, const RString &sEditFilePath
void SMLoader::GetApplicableFiles( const RString &sPath, vector<RString> &out )
{
GetDirListing( sPath + RString("*.sm"), out );
GetDirListing( sPath + RString("*" + this->GetFileExtension() ), out );
}
void SMLoader::TidyUpData( Song &song, bool bFromCache )