added menu to editor

This commit is contained in:
Chris Danford
2002-08-17 06:44:04 +00:00
parent 84df8103d4
commit 4558db37bb
20 changed files with 1201 additions and 541 deletions
+1 -1
View File
@@ -259,7 +259,7 @@ void NoteData::AddHoldNote( HoldNote add )
void NoteData::RemoveHoldNote( int iHoldIndex )
{
ASSERT( iHoldIndex > 0 && iHoldIndex < m_iNumHoldNotes );
ASSERT( iHoldIndex >= 0 && iHoldIndex < m_iNumHoldNotes );
HoldNote& hn = m_HoldNotes[iHoldIndex];