Another chunk of code tested using VC6, I see...

This commit is contained in:
Ben Anderson
2003-09-22 00:51:10 +00:00
parent 2a58216a94
commit 15655ea98b
+2 -1
View File
@@ -528,7 +528,8 @@ void NoteData::EliminateAllButOneTap(int row)
PadTapNotes(row);
for(int track = 0; track < m_iNumTracks; ++track)
int track;
for(track = 0; track < m_iNumTracks; ++track)
{
if( m_TapNotes[track][row] == TAP_TAP )
break;