From 5c7e13af143205592d4c52e041e6928e2a7d1a10 Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Sat, 10 Sep 2011 02:05:28 -0500 Subject: [PATCH] comment this out because it's breaking the build and I'm not sure how to fix it. --- src/NotesLoaderBMS.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NotesLoaderBMS.cpp b/src/NotesLoaderBMS.cpp index 89c9fc795c..c310dfe66e 100644 --- a/src/NotesLoaderBMS.cpp +++ b/src/NotesLoaderBMS.cpp @@ -221,7 +221,7 @@ bool BMSChart::Load( const RString &chartPath ) if( channel == 2 ) { // special channel: time signature - this->measures[measure] = (BMSMeasure)(StringToFloat(data)); + //this->measures[measure] = (BMSMeasure)(StringToFloat(data)); } else {