Handle lift.
This commit is contained in:
@@ -1068,9 +1068,9 @@ static void SuperShuffleTaps( NoteData &inout, int iStartIndex, int iEndIndex )
|
|||||||
case TapNote::tap:
|
case TapNote::tap:
|
||||||
case TapNote::mine:
|
case TapNote::mine:
|
||||||
case TapNote::attack:
|
case TapNote::attack:
|
||||||
|
case TapNote::lift;
|
||||||
break; // shuffle this
|
break; // shuffle this
|
||||||
default:
|
DEFAULT_FAIL( tn1.type );
|
||||||
ASSERT(0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
DEBUG_ASSERT_M( !inout.IsHoldNoteAtRow(t1,r), ssprintf("There is a tap.type = %d inside of a hold at row %d", tn1.type, r) );
|
DEBUG_ASSERT_M( !inout.IsHoldNoteAtRow(t1,r), ssprintf("There is a tap.type = %d inside of a hold at row %d", tn1.type, r) );
|
||||||
@@ -1099,9 +1099,9 @@ static void SuperShuffleTaps( NoteData &inout, int iStartIndex, int iEndIndex )
|
|||||||
case TapNote::tap:
|
case TapNote::tap:
|
||||||
case TapNote::mine:
|
case TapNote::mine:
|
||||||
case TapNote::attack:
|
case TapNote::attack:
|
||||||
|
case TapNote::lift;
|
||||||
break; // ok to swap with this
|
break; // ok to swap with this
|
||||||
default:
|
DEFAULT_FAIL( tn2.type );
|
||||||
ASSERT(0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// don't swap into the middle of a hold note
|
// don't swap into the middle of a hold note
|
||||||
|
|||||||
Reference in New Issue
Block a user