Finish moving ProcessBPMs and ProcessStops together

This commit is contained in:
Devin J. Pohly
2013-05-17 05:34:14 -04:00
parent 7df86bbf85
commit b1d2f68737
2 changed files with 29 additions and 14 deletions
+2
View File
@@ -801,11 +801,13 @@ bool SMLoader::LoadFromSimfile( const RString &sPath, Song &out, bool bFromCache
}
else if( sValueName=="BPMS" )
{
vBPMChanges.clear();
ParseBPMs(vBPMChanges, sParams[1]);
}
else if( sValueName=="STOPS" || sValueName=="FREEZES" )
{
vStops.clear();
ParseStops(vStops, sParams[1]);
}