Super Shuffle works with fakes now.

This commit is contained in:
Jason Felds
2011-05-24 15:01:52 -04:00
parent e7df4edbe1
commit b2a5a68b4a
+1
View File
@@ -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 );
}