From 7ac7de95fc4a64c731f223f7e1342421b0327b83 Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Thu, 1 Jan 2004 11:09:59 +0000 Subject: [PATCH] fix "planted and twister overwrite mines" --- 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 313af0f643..0e3f18518b 100644 --- a/stepmania/src/NoteDataUtil.cpp +++ b/stepmania/src/NoteDataUtil.cpp @@ -885,7 +885,7 @@ void NoteDataUtil::ConvertTapsToHolds( NoteData &in, int iSimultaneousHolds, flo int r2; for( r2=r+1; r2<=last_row; r2++ ) { - if( in.IsThereATapOrHoldHeadAtRow(r2) ) + if( !in.IsRowEmpty(r2) ) { // If there are two taps in a row on the same track, // don't convert the earlier one to a hold.