diff --git a/stepmania/src/NoteDataUtil.cpp b/stepmania/src/NoteDataUtil.cpp index fb9be0a3ee..7177050194 100644 --- a/stepmania/src/NoteDataUtil.cpp +++ b/stepmania/src/NoteDataUtil.cpp @@ -741,21 +741,28 @@ static void GetTrackMapping( StepsType st, NoteDataUtil::TrackMapping tt, int Nu static void SuperShuffleTaps( NoteData &inout, int iStartIndex, int iEndIndex ) { - // convertTo4s before calling this + // convert to 2sAnd3s before calling this ASSERT( inout.GetNumHoldNotes() == 0 ); /* We already did the normal shuffling code above, which did a good job * of shuffling HoldNotes without creating impossible patterns. * Now, go in and shuffle the TapNotes per-row. * - * This is only called by NoteDataUtil::Turn. "in" is in 4s, and iStartIndex - * and iEndIndex are in range. */ + * This is only called by NoteDataUtil::Turn. "in" is in 2sAnd3s. */ FOREACH_NONEMPTY_ROW_ALL_TRACKS_RANGE( inout, r, iStartIndex, iEndIndex ) { for( int t1=0; t1