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);
}
-2
View File
@@ -57,8 +57,6 @@ const int ROWS_PER_BEAT = 12; // It is important that this number is evenly divi
const int ROWS_PER_MEASURE = ROWS_PER_BEAT * BEATS_PER_MEASURE;
const int MAX_TAP_NOTE_ROWS = MAX_BEATS*ROWS_PER_BEAT;
const int MAX_HOLD_NOTES = 800; // BMR's Connected has about 300
enum NoteType
{
NOTE_TYPE_4TH, // quarter note