Activate Step's #CREDIT tag.

This commit is contained in:
Jason Felds
2011-02-11 01:17:24 -05:00
parent abd9a446e4
commit 985a62e504
4 changed files with 13 additions and 4 deletions
+1 -1
View File
@@ -276,7 +276,7 @@ static RString GetSSCNotesTag( const Song &song, const Steps &in, bool bSavingCa
}
lines.push_back( ssprintf( "#RADARVALUES:%s:", join(",",asRadarValues).c_str() ) );
lines.push_back( "#CREDIT:;" ); // will be done later.
lines.push_back( ssprintf( "#CREDIT:%s;", SmEscape(in.GetCredit()).c_str() ) );
// TODO: Remove this block, uncommon below block for Split Timing. -Wolfman2000
lines.push_back( "#BPMS:;" );