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
+3
View File
@@ -50,3 +50,6 @@ crashinfo.txt
syntax: regexp
.*\#.*\#$
glob:Cache/Banners/AdditionalSongs_Airspace Preview_Derailed_Derailed bn.png
syntax: regexp
Songs/.+/
@@ -5607,6 +5607,7 @@
isa = PBXProject;
buildConfigurationList = AAC845130856A19700A9FEAB /* Build configuration list for PBXProject "stepmania" */;
compatibilityVersion = "Xcode 3.0";
developmentRegion = English;
hasScannedForEncodings = 1;
knownRegions = (
English,
+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;