no message

This commit is contained in:
Chris Danford
2002-04-28 20:42:32 +00:00
parent 78f3e80118
commit dad622f11c
63 changed files with 1642 additions and 16473 deletions
+2 -2
View File
@@ -3,7 +3,7 @@
-----------------------------------------------------------------------------
File: NoteData.cpp
Desc: A pattern of ColorArrows that past Y==0.
Desc: A pattern of ColorNotes that past Y==0.
Copyright (c) 2001-2002 by the persons listed below. All rights reserved.
Chris Danford
@@ -166,7 +166,7 @@ int NoteData::GetNumTapNotes()
for( int i=0; i<MAX_TAP_NOTE_ELEMENTS; i++ )
{
for( int t=0; i<m_iNumTracks; t++ )
for( int t=0; t<m_iNumTracks; t++ )
{
if( m_TapNotes[t][i] != '0' )
iNumSteps++;