From 90121ba0f70ed12f89c6663ea60c81df95f03235 Mon Sep 17 00:00:00 2001 From: Josh Allen Date: Fri, 14 Apr 2006 13:26:22 +0000 Subject: [PATCH] Comment, is it still needed? --- 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 09d7298fa7..6b85213e5f 100644 --- a/stepmania/src/NoteDataUtil.cpp +++ b/stepmania/src/NoteDataUtil.cpp @@ -707,7 +707,7 @@ void NoteDataUtil::RemoveSimultaneousNotes( NoteData &in, int iMaxSimultaneous, // given time. Never touch data outside of the range given; if many hold notes are overlapping // iStartIndex, and we'd have to change those holds to obey iMaxSimultaneous, just do the best // we can without doing so. - notes to turn all the HoldNotes into TapNotes + // notes to turn all the HoldNotes into TapNotes FOREACH_NONEMPTY_ROW_ALL_TRACKS_RANGE( in, r, iStartIndex, iEndIndex ) { set viTracksHeld;