diff --git a/src/NoteDataUtil.cpp b/src/NoteDataUtil.cpp index 413fd3a425..c892d3d52b 100644 --- a/src/NoteDataUtil.cpp +++ b/src/NoteDataUtil.cpp @@ -1359,6 +1359,7 @@ static void SuperShuffleTaps( NoteData &inout, int iStartIndex, int iEndIndex ) case TapNote::mine: case TapNote::attack: case TapNote::lift: + case TapNote::fake: break; // ok to swap with this DEFAULT_FAIL( tn2.type ); }