From 5afc2c41b96b29cbde73d2a02a385ef679219701 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Sat, 8 Jul 2006 06:15:26 +0000 Subject: [PATCH] Oops, readded removed comments. (No more coding while sick for me tonight, probably.) --- stepmania/src/NotesLoaderKSF.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stepmania/src/NotesLoaderKSF.cpp b/stepmania/src/NotesLoaderKSF.cpp index 0f68cd8122..0d0b59491a 100644 --- a/stepmania/src/NotesLoaderKSF.cpp +++ b/stepmania/src/NotesLoaderKSF.cpp @@ -311,6 +311,8 @@ bool KSFLoader::LoadGlobalData( const RString &sPath, Song &out ) 0==stricmp(sValueName,"STARTTIME2") || 0==stricmp(sValueName,"STARTTIME3") ) { + /* TICKCOUNT, STEP, and DIFFICULTY are handled in LoadFromKSFFile. + * STARTTIME[23] are expected but unnecessary. Do not warn. */ continue; } else