From ff739605ec6c82e430b68a5f8d094dd77348cef7 Mon Sep 17 00:00:00 2001 From: Thai Pangsakulyanont Date: Sat, 26 Mar 2011 14:51:30 +0700 Subject: [PATCH] [warps] Some simfiles change BPM after the warp, so should keep the positive BPM changes. Example simfile: Tsusurvivorgamush. --- src/NotesLoaderSM.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/NotesLoaderSM.cpp b/src/NotesLoaderSM.cpp index 05a71f7621..b949d8e2cc 100644 --- a/src/NotesLoaderSM.cpp +++ b/src/NotesLoaderSM.cpp @@ -159,7 +159,6 @@ void SMLoader::LoadTimingFromSMFile( const MsdFile &msd, TimingData &out ) negBeat = -1; negBPM = 1; } - else { BPMSegment new_seg; new_seg.m_iStartRow = BeatToNoteRow(fBeat);