From 6c7bd2a8ace03513b1fff91ec108ca2063fdec64 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 7 Nov 2004 07:12:44 +0000 Subject: [PATCH] grr --- stepmania/src/NotesLoaderKSF.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/NotesLoaderKSF.cpp b/stepmania/src/NotesLoaderKSF.cpp index b54c36a163..229ecbe3c9 100644 --- a/stepmania/src/NotesLoaderKSF.cpp +++ b/stepmania/src/NotesLoaderKSF.cpp @@ -170,7 +170,7 @@ bool KSFLoader::LoadFromKSFFile( const CString &sPath, Steps &out, const Song &s } /* Half-doubles is offset; "0011111100000". */ - if( STEPS_TYPE_PUMP_HALFDOUBLE ) + if( out.m_StepsType == STEPS_TYPE_PUMP_HALFDOUBLE ) sRowString.erase( 0, 2 ); // the length of a note in a row depends on TICKCOUNT