From 3095c64e145cfc16392c9a9df275914257790729 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 17 Jun 2005 00:52:56 +0000 Subject: [PATCH] committing old changes ... --- 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 331e0e4ce0..9595aa9d64 100644 --- a/stepmania/src/NotesLoaderKSF.cpp +++ b/stepmania/src/NotesLoaderKSF.cpp @@ -179,7 +179,7 @@ bool KSFLoader::LoadFromKSFFile( const CString &sPath, Steps &out, const Song &s { /* Remember when each hold starts; ignore the middle. */ if( iHoldStartRow[t] == -1 ) - iHoldStartRow[t] = r; + iHoldStartRow[t] = row; continue; }