From ef0472da2b414c48d16f6c11535dfbf0663edf4f Mon Sep 17 00:00:00 2001 From: Jason Felds Date: Tue, 12 Jul 2011 22:35:12 -0400 Subject: [PATCH] You may leave the nag train at this time. --- src/NotesLoaderKSF.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NotesLoaderKSF.cpp b/src/NotesLoaderKSF.cpp index 32971b9774..133096ce5d 100644 --- a/src/NotesLoaderKSF.cpp +++ b/src/NotesLoaderKSF.cpp @@ -34,7 +34,7 @@ static bool LoadFromKSFFile( const RString &sPath, Steps &out, const Song &song, // this is the value we read for TICKCOUNT int iTickCount = -1; // used to adapt weird tickcounts - float fScrollRatio = 1.0f; + //float fScrollRatio = 1.0f; -- uncomment when ready to use. vector vNoteRows; // According to Aldo_MX, there is a default BPM and it's 60. -aj