and more of the same

This commit is contained in:
Glenn Maynard
2002-11-16 08:55:46 +00:00
parent 397bd8b734
commit 551f5adb16
12 changed files with 19 additions and 13 deletions
+2 -1
View File
@@ -405,7 +405,8 @@ void NoteData::CropToLeftSide()
int iLastRightSideColumn = 7;
// clear out the right half
for( int c=iFirstRightSideColumn; c<=iLastRightSideColumn; c++ )
int c;
for( c=iFirstRightSideColumn; c<=iLastRightSideColumn; c++ )
{
for( int i=0; i<MAX_TAP_NOTE_ROWS; i++ ) // foreach TapNote
SetTapNote(c, i, TAP_EMPTY);