Temp branch [timing] for conversion process.

May need some help with Notes*Json.
This commit is contained in:
Jason Felds
2011-07-14 12:31:42 -04:00
parent 4f91b5ddbe
commit da291c2097
5 changed files with 37 additions and 91 deletions
+2 -1
View File
@@ -932,7 +932,8 @@ bool SMLoader::LoadFromSimfile( const RString &sPath, Song &out, bool bFromCache
}
// Ensure all warps from negative time changes are in order.
sort(out.m_SongTiming.m_WarpSegments.begin(), out.m_SongTiming.m_WarpSegments.end());
vector<TimingSegment *> &warps = out.m_SongTiming.allTimingSegments[SEGMENT_WARP];
sort(warps.begin(), warps.end());
TidyUpData( out, bFromCache );
return true;
}