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; }