diff --git a/src/NotesLoaderKSF.cpp b/src/NotesLoaderKSF.cpp index c03538d661..aaedf69a9e 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" ) {