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" ) {