no longer any cap on hold notes

This commit is contained in:
Glenn Maynard
2002-11-07 03:55:42 +00:00
parent cf2e68a72e
commit 4d11e90183
2 changed files with 0 additions and 3 deletions
-1
View File
@@ -235,7 +235,6 @@ void NoteData::AddHoldNote( HoldNote add )
// add a tap note at the start of this hold
SetTapNote(add.m_iTrack, iAddStartIndex, TAP_HOLD_HEAD); // Hold begin marker. Don't draw this, but do grade it.
ASSERT( m_HoldNotes.size() < MAX_HOLD_NOTES );
m_HoldNotes.push_back(add);
}