use GetNumHoldNotes

This commit is contained in:
Glenn Maynard
2002-11-02 22:59:12 +00:00
parent 8efe6ee455
commit bc7885cd8b
4 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -460,7 +460,7 @@ void Player::OnRowDestroyed( int iIndexThatWasSteppedOn )
// remove this row from the NoteField
// bool bHoldNoteOnThisBeat = false;
// for( int j=0; j<m_iNumHoldNotes; j++ )
// for( int j=0; j<GetNumHoldNotes(); j++ )
// {
// if( GetHoldNote(j).m_iStartIndex == iIndexThatWasSteppedOn )
// {