From 22ac4ef9dfa8661b0dfba10b0d4f82eb5c698bd4 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 19 Dec 2002 04:46:55 +0000 Subject: [PATCH] fix GetNumTapNotes --- stepmania/src/NoteData.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/stepmania/src/NoteData.cpp b/stepmania/src/NoteData.cpp index 338d83d4cb..05f4f55c58 100644 --- a/stepmania/src/NoteData.cpp +++ b/stepmania/src/NoteData.cpp @@ -237,12 +237,10 @@ int NoteData::GetNumTapNotes( const float fStartBeat, const float fEndBeat ) con int iNumNotes = 0; int iStartIndex = BeatToNoteRow( fStartBeat ); int iEndIndex = BeatToNoteRow( fEndBeat ); - if(fEndBeat == MAX_BEATS) - iEndIndex = min(iEndIndex, int(m_TapNotes[0].size())); for( int t=0; t