[warps] Some simfiles change BPM after the warp, so should keep the positive BPM changes. Example simfile: Tsusurvivorgamush.

This commit is contained in:
Thai Pangsakulyanont
2011-03-26 14:51:30 +07:00
parent eed0be6fe0
commit ff739605ec
-1
View File
@@ -159,7 +159,6 @@ void SMLoader::LoadTimingFromSMFile( const MsdFile &msd, TimingData &out )
negBeat = -1; negBeat = -1;
negBPM = 1; negBPM = 1;
} }
else
{ {
BPMSegment new_seg; BPMSegment new_seg;
new_seg.m_iStartRow = BeatToNoteRow(fBeat); new_seg.m_iStartRow = BeatToNoteRow(fBeat);