small todo

This commit is contained in:
AJ Kelly
2011-11-10 23:13:16 -06:00
parent 391dd8624a
commit 382f16cc00
+2
View File
@@ -364,6 +364,8 @@ static RString GetSSCNoteData( const Song &song, const Steps &in, bool bSavingCa
lines.push_back( ssprintf( "#OFFSET:%.3f;", in.m_Timing.m_fBeat0OffsetInSeconds ) );
GetTimingTags( lines, in.m_Timing );
}
// todo: get this to output similar to course mods -aj
if (song.GetAttackString() != in.GetAttackString())
lines.push_back( ssprintf("#ATTACKS:%s;", in.GetAttackString().c_str()));