use Get/SetTapNote. Stupid Printf Tricks.

This commit is contained in:
Glenn Maynard
2002-10-25 04:59:12 +00:00
parent ebe0fd55ce
commit c2cc2881f9
5 changed files with 33 additions and 34 deletions
+1 -1
View File
@@ -277,7 +277,7 @@ void NoteField::DrawPrimitives()
void NoteField::RemoveTapNoteRow( int iIndex )
{
for( int c=0; c<m_iNumTracks; c++ )
m_TapNotes[c][iIndex] = '0';
SetTapNote(c, iIndex, TAP_EMPTY);
}
void NoteField::FadeToFail()