From 382f16cc000a5430af7eb825127bdd1cad53fcea Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Thu, 10 Nov 2011 23:13:16 -0600 Subject: [PATCH] small todo --- src/NotesWriterSSC.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/NotesWriterSSC.cpp b/src/NotesWriterSSC.cpp index d2dfb6d4d6..ea39240dce 100644 --- a/src/NotesWriterSSC.cpp +++ b/src/NotesWriterSSC.cpp @@ -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()));