ComboSegments brought in.

Five to go I believe.
This commit is contained in:
Jason Felds
2011-05-31 11:45:25 -04:00
parent da73396895
commit 714427f154
7 changed files with 90 additions and 99 deletions
+1 -1
View File
@@ -128,7 +128,7 @@ static void GetTimingTags( vector<RString> &lines, TimingData timing, bool bIsSo
ASSERT( !timing.m_ComboSegments.empty() );
w.Init( "COMBOS" );
FOREACH_CONST( ComboSegment, timing.m_ComboSegments, cs )
w.Write( cs->m_iStartRow, cs->m_iCombo );
w.Write( cs->GetRow(), cs->GetCombo() );
w.Finish();
// Song Timing should only have the initial value.