Get Loader and Writer set up for these segments.

This commit is contained in:
Jason Felds
2011-03-03 01:37:42 -05:00
parent 2f6b0614e9
commit 25ce852eed
5 changed files with 19 additions and 8 deletions
+1 -2
View File
@@ -565,7 +565,7 @@ bool SSCLoader::LoadFromSSCFile( const RString &sPath, Song &out, bool bFromCach
}
else if( sValueName=="COMBOS" )
{/*
{
vector<RString> arrayComboExpressions;
split( sParams[1], ",", arrayComboExpressions );
@@ -584,7 +584,6 @@ bool SSCLoader::LoadFromSSCFile( const RString &sPath, Song &out, bool bFromCach
ComboSegment new_seg( BeatToNoteRow( fComboBeat ), iCombos );
out.m_Timing.AddComboSegment( new_seg );
}
*/
}
/* The following are cache tags. Never fill their values