Merged per-chart music. Updated changelog.

This commit is contained in:
Kyzentun
2015-03-09 19:06:57 -06:00
16 changed files with 172 additions and 5 deletions
+5
View File
@@ -727,6 +727,11 @@ bool SSCLoader::LoadFromSimfile( const RString &sPath, Song &out, bool bFromCach
pNewNotes->SetFilename(sPath);
out.AddSteps( pNewNotes );
}
else if(sValueName == "MUSIC")
{
pNewNotes->SetMusicFile(sParams[1]);
}
else if( sValueName=="BPMS" )
{