committing old changes ...

This commit is contained in:
Glenn Maynard
2005-06-17 00:52:56 +00:00
parent 7b184e6f7f
commit 3095c64e14
+1 -1
View File
@@ -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;
}