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
+6
View File
@@ -362,6 +362,12 @@ static RString GetSSCNoteData( const Song &song, const Steps &in, bool bSavingCa
lines.push_back( ssprintf( "#DIFFICULTY:%s;", DifficultyToString(in.GetDifficulty()).c_str() ) );
lines.push_back( ssprintf( "#METER:%d;", in.GetMeter() ) );
const RString& music= in.GetMusicFile();
if(!music.empty())
{
lines.push_back(ssprintf("#MUSIC:%s;", music.c_str()));
}
vector<RString> asRadarValues;
FOREACH_PlayerNumber( pn )
{