revert; bugs should be fixed, not ignored
This commit is contained in:
@@ -372,14 +372,12 @@ bool NoteData::IsHoldNoteAtBeat( int iTrack, int iRow, int *pHeadRow ) const
|
|||||||
case TapNote::attack:
|
case TapNote::attack:
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
//Some songs still have these for some reason.
|
|
||||||
case TapNote::hold_tail:
|
|
||||||
case TapNote::empty:
|
case TapNote::empty:
|
||||||
case TapNote::autoKeysound:
|
case TapNote::autoKeysound:
|
||||||
/* ignore */
|
/* ignore */
|
||||||
continue;
|
continue;
|
||||||
default:
|
default:
|
||||||
LOG->Warn( "Found unknownnote type: %d. Ignoring note.", tn.type );
|
FAIL_M( ssprintf("%i", tn.type) );
|
||||||
}
|
}
|
||||||
|
|
||||||
if( bFoundHead )
|
if( bFoundHead )
|
||||||
|
|||||||
Reference in New Issue
Block a user