fix impossible patterns with Planted (Tsugaru heavy)

This commit is contained in:
Chris Danford
2003-11-10 04:31:22 +00:00
parent f9adac077f
commit dd55bbf4b1
+1 -1
View File
@@ -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.