diff --git a/src/NoteData.cpp b/src/NoteData.cpp index 91c83e7891..b352d16282 100644 --- a/src/NoteData.cpp +++ b/src/NoteData.cpp @@ -599,14 +599,15 @@ int NoteData::GetNumRowsWithSimultaneousTaps( int iMinTaps, int iStartIndex, int int iNum = 0; FOREACH_NONEMPTY_ROW_ALL_TRACKS_RANGE( *this, r, iStartIndex, iEndIndex ) { + if (GAMESTATE->GetProcessedTimingData()->IsJudgableAtRow(r)) + continue; int iNumNotesThisIndex = 0; for( int t=0; tGetProcessedTimingData()->IsJudgableAtRow(r)) + && tn.type != TapNote::fake) iNumNotesThisIndex++; } if( iNumNotesThisIndex >= iMinTaps )