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
+1 -1
View File
@@ -1394,7 +1394,7 @@ vector<RString> Song::GetInstrumentTracksToVectorString() const
return ret;
}
RString GetSongAssetPath( RString sPath, const RString &sSongPath )
RString Song::GetSongAssetPath( RString sPath, const RString &sSongPath )
{
if( sPath == "" )
return RString();