From 215d2ac87f0496bcf0a1ec776afc0e59e206c881 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 6 Sep 2002 00:21:49 +0000 Subject: [PATCH] Fix '4's showing up in autogen data; fixes bogus grades. --- stepmania/src/NoteData.cpp | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/stepmania/src/NoteData.cpp b/stepmania/src/NoteData.cpp index 8b430b84e6..5c37c64c42 100644 --- a/stepmania/src/NoteData.cpp +++ b/stepmania/src/NoteData.cpp @@ -314,9 +314,11 @@ int NoteData::GetNumTapNotes( const float fStartBeat, const float fEndBeat ) int iEndIndex = BeatToNoteRow( fEndBeat ); for( int i=iStartIndex; iConvert4sToHoldNotes(); + Convert4sToHoldNotes(); } NoteType NoteData::GetSmallestNoteTypeForMeasure( int iMeasureIndex )