Fix crash.

This commit is contained in:
Steve Checkoway
2006-08-19 19:55:05 +00:00
parent 3c3c1ca896
commit 330d9ef714
+2 -2
View File
@@ -389,14 +389,14 @@ bool NoteData::IsHoldNoteAtRow( int iTrack, int iRow, int *pHeadRow ) const
case TapNote::tap:
case TapNote::mine:
case TapNote::attack:
case TapNote::lift;
return false;
case TapNote::empty:
case TapNote::autoKeysound:
/* ignore */
continue;
default:
FAIL_M( ssprintf("%i", tn.type) );
DEFAULT_FAIL( tn.type );
}
if( bFoundHead )