From afd64f3ed94158711a8fbbb897cf15e8d04be5d4 Mon Sep 17 00:00:00 2001 From: Thai Pangsakulyanont Date: Sat, 10 Sep 2011 15:14:04 +0700 Subject: [PATCH] fix the comment. --- src/NotesLoaderBMS.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/NotesLoaderBMS.cpp b/src/NotesLoaderBMS.cpp index c310dfe66e..5e1dc994ba 100644 --- a/src/NotesLoaderBMS.cpp +++ b/src/NotesLoaderBMS.cpp @@ -221,7 +221,8 @@ bool BMSChart::Load( const RString &chartPath ) if( channel == 2 ) { // special channel: time signature - //this->measures[measure] = (BMSMeasure)(StringToFloat(data)); + BMSMeasure m = { StringToFloat(data) }; + this->measures[measure] = m; } else {