From 115788425582504f27d41ed4a55d955d3ce8ac37 Mon Sep 17 00:00:00 2001 From: Joe Date: Thu, 15 Oct 2015 22:14:38 +0100 Subject: [PATCH] kb7 BMS loading breaks most iidx BMSes. Remove kb7 support until BMS loading is overhauled. --- src/NotesLoaderBMS.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/NotesLoaderBMS.cpp b/src/NotesLoaderBMS.cpp index a6cf37615d..127b671411 100644 --- a/src/NotesLoaderBMS.cpp +++ b/src/NotesLoaderBMS.cpp @@ -962,8 +962,8 @@ StepsType BMSChartReader::DetermineStepsType() // type, since they are more common. //return StepsType_dance_solo; return StepsType_beat_single5; - // az: Allow kb7 style charts - case 7: return StepsType_kb7_single; + // az: Allow kb7 style charts - this breaks IIDX files right now. Waiting for a proper way to determine steps type. + // case 7: return StepsType_kb7_single; case 8: return StepsType_beat_single7; case 9: return StepsType_popn_nine; // XXX: Some double files doesn't have #player. @@ -1063,7 +1063,7 @@ bool BMSChartReader::ReadNoteData() TimingData td; td.m_fBeat0OffsetInSeconds = out->m_Timing.m_fBeat0OffsetInSeconds; - + nd.SetNumTracks( tracks ); td.SetBPMAtRow( 0, currentBPM = initialBPM ); @@ -1718,4 +1718,4 @@ bool BMSLoader::LoadFromDir( const RString &sDir, Song &out ) * OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR * OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR * PERFORMANCE OF THIS SOFTWARE. - */ \ No newline at end of file + */