took me a couple of hours to figure out that NotesLoaderSSC is the one

that prevents BMS files from loaded: it didn't check for #NOTES2

also added an entry to .hgignore so that it stops bugging me about the Songs folder.
This commit is contained in:
Thai Pangsakulyanont
2011-02-23 21:43:07 +07:00
parent 22845e473e
commit a1f425291d
3 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -668,7 +668,7 @@ bool SSCLoader::LoadFromSSCFile( const RString &sPath, Song &out, bool bFromCach
pNewNotes->SetCredit( sParams[1] );
}
else if( sValueName=="NOTES" )
else if( sValueName=="NOTES" || sValueName=="NOTES2" )
{
state = GETTING_SONG_INFO;
//pNewNotes->m_Timing = out.m_Timing;