diff --git a/stepmania/src/NoteData.cpp b/stepmania/src/NoteData.cpp index 6d5b493002..59bdc5cc36 100644 --- a/stepmania/src/NoteData.cpp +++ b/stepmania/src/NoteData.cpp @@ -190,7 +190,7 @@ void NoteData::CopyRange( NoteData* pFrom, int iFromIndexBegin, int iFromIndexEn while( f<=iFromIndexEnd && f < MAX_TAP_NOTE_ROWS && t < MAX_TAP_NOTE_ROWS ) { for( int c=0; cm_TapNotes[c][f]; + SetTapNote(c, t, pFrom->GetTapNote(c, f)); f++; t++; } @@ -206,6 +206,7 @@ void NoteData::AddHoldNote( HoldNote add ) int i; // look for other hold notes that overlap and merge them + // XXX: this is done implicitly with 4s for( i=0; i