checking in SMMAX2 theme and small fixes to themes and smpackage

This commit is contained in:
Chris Danford
2002-09-09 05:22:02 +00:00
parent 49efb3ebf5
commit ccc43c8502
24 changed files with 257 additions and 83 deletions
+2
View File
@@ -176,6 +176,8 @@ void NoteData::CopyRange( NoteData* pFrom, int iFromIndexBegin, int iFromIndexEn
void NoteData::AddHoldNote( HoldNote add )
{
ASSERT( add.m_fStartBeat>0 && add.m_fEndBeat>0 );
int i;
// look for other hold notes that overlap and merge them