From 8f10e78155f7726d9de4d200ea896bc3d0edc8ed Mon Sep 17 00:00:00 2001 From: Alberto Ramos Date: Tue, 19 Jul 2011 18:40:27 -0600 Subject: [PATCH] oh --- src/NotesLoaderKSF.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NotesLoaderKSF.cpp b/src/NotesLoaderKSF.cpp index d950ea6220..82b20fdfff 100644 --- a/src/NotesLoaderKSF.cpp +++ b/src/NotesLoaderKSF.cpp @@ -590,7 +590,7 @@ static bool LoadGlobalData( const RString &sPath, Song &out, bool &bKIUCompliant } else if ( sValueName=="TICKCOUNT" ) { - //ProcessTickcounts(sParams[1], iTickCount, out.m_SongTiming); + ProcessTickcounts(sParams[1], iTickCount, out.m_SongTiming); } else if ( sValueName=="STEP" ) {