[splittiming] SPEEDS!
This commit is contained in:
@@ -558,7 +558,7 @@ bool SSCLoader::LoadFromSSCFile( const RString &sPath, Song &out, bool bFromCach
|
|||||||
ProcessWarps(stepsTiming, sParams[1]);
|
ProcessWarps(stepsTiming, sParams[1]);
|
||||||
}
|
}
|
||||||
|
|
||||||
else if( sValueName=="SPEED" )
|
else if( sValueName=="SPEEDS" )
|
||||||
{
|
{
|
||||||
ProcessSpeeds( stepsTiming, sParams[1] );
|
ProcessSpeeds( stepsTiming, sParams[1] );
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -136,7 +136,7 @@ static void GetTimingTags( vector<RString> &lines, TimingData timing, bool bIsSo
|
|||||||
{
|
{
|
||||||
w.Init( "SPEEDS" );
|
w.Init( "SPEEDS" );
|
||||||
FOREACH_CONST( SpeedSegment, timing.m_SpeedSegments, ss )
|
FOREACH_CONST( SpeedSegment, timing.m_SpeedSegments, ss )
|
||||||
w.Write( ss->m_iStartRow, ss->m_fPercent, ss->m_fWait );
|
w.Write( ss->m_iStartRow, ss->m_fPercent, ss->m_fWait );
|
||||||
w.Finish();
|
w.Finish();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user