From 09c56854b59b207a750e0045138600c355e03632 Mon Sep 17 00:00:00 2001 From: Jason Felds Date: Sun, 29 May 2011 22:44:01 -0400 Subject: [PATCH] In SMA land, 2 params mean instant always. --- src/NotesLoaderSMA.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NotesLoaderSMA.cpp b/src/NotesLoaderSMA.cpp index fc67e3b598..18c481a3ef 100644 --- a/src/NotesLoaderSMA.cpp +++ b/src/NotesLoaderSMA.cpp @@ -321,7 +321,7 @@ void SMALoader::ProcessSpeeds( TimingData &out, const int iRowsPerBeat, const RS vector vs2; split( *s1, "=", vs2 ); - if( RowToBeat(vs2[0], iRowsPerBeat) == 0 && vs2.size() == 2 ) // First one always seems to have 2. + if( vs2.size() == 2 ) // First one always seems to have 2. { vs2.push_back("0"); }