fix "planted and twister overwrite mines"

This commit is contained in:
Chris Danford
2004-01-01 11:09:59 +00:00
parent ecbdda070c
commit 7ac7de95fc
+1 -1
View File
@@ -885,7 +885,7 @@ void NoteDataUtil::ConvertTapsToHolds( NoteData &in, int iSimultaneousHolds, flo
int r2; int r2;
for( r2=r+1; r2<=last_row; 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, // If there are two taps in a row on the same track,
// don't convert the earlier one to a hold. // don't convert the earlier one to a hold.