Another chunk of code tested using VC6, I see...
This commit is contained in:
@@ -528,7 +528,8 @@ void NoteData::EliminateAllButOneTap(int row)
|
|||||||
|
|
||||||
PadTapNotes(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 )
|
if( m_TapNotes[track][row] == TAP_TAP )
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user