From dd55bbf4b13d90f84660ec1376683086f21f2ca1 Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Mon, 10 Nov 2003 04:31:22 +0000 Subject: [PATCH] fix impossible patterns with Planted (Tsugaru heavy) --- stepmania/src/NoteDataUtil.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/NoteDataUtil.cpp b/stepmania/src/NoteDataUtil.cpp index d4fdbb277a..eaf7ac1b84 100644 --- a/stepmania/src/NoteDataUtil.cpp +++ b/stepmania/src/NoteDataUtil.cpp @@ -779,7 +779,7 @@ void NoteDataUtil::ConvertTapsToHolds( NoteData &in, int iSimultaneousHolds, flo int r2; for( r2=r+1; r2<=last_row; r2++ ) { - if( in.IsThereATapAtRow(r2) ) + if( in.IsThereATapOrHoldHeadAtRow(r2) ) { // If there are two taps in a row on the same track, // don't convert the earlier one to a hold.