Added MUSIC tag to note data to allow each chart in a simfile to use a different music file.

This commit is contained in:
Kyzentun
2015-03-02 18:44:01 -07:00
parent 9381276fd3
commit 846f79879c
15 changed files with 167 additions and 5 deletions
+5
View File
@@ -722,6 +722,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" )
{