fix warnings

This commit is contained in:
Glenn Maynard
2004-01-03 04:29:42 +00:00
parent ce9ad5178c
commit f5d1503387
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -395,7 +395,7 @@ void NoteDataUtil::RemoveHands(NoteData &in, float fStartBeat, float fEndBeat)
}
else if( in.GetTapNote(t,r) == TAP_HOLD_HEAD )
{
unsigned i;
int i;
for( i=0; i<in.GetNumHoldNotes(); i++ )
{
const HoldNote& hn = in.GetHoldNote(i);