Bring in the warp stuff.

This commit is contained in:
Jason Felds
2013-05-04 20:55:56 -04:00
+1
View File
@@ -268,6 +268,7 @@ bool SMLoader::ProcessBPMs( TimingData &out, const RString line, const int rowsP
out.AddSegment( WarpSegment(BeatToNoteRow(highspeedBeat), fBeat - highspeedBeat) );
highspeedBeat = -1;
}
else
{
out.AddSegment( BPMSegment(BeatToNoteRow(fBeat), fNewBPM) );
}