Time to get a new keyboard?

This commit is contained in:
Steve Checkoway
2006-08-19 20:06:31 +00:00
parent a491752dba
commit 5182356808
+2 -2
View File
@@ -1068,7 +1068,7 @@ static void SuperShuffleTaps( NoteData &inout, int iStartIndex, int iEndIndex )
case TapNote::tap:
case TapNote::mine:
case TapNote::attack:
case TapNote::lift;
case TapNote::lift:
break; // shuffle this
DEFAULT_FAIL( tn1.type );
}
@@ -1099,7 +1099,7 @@ static void SuperShuffleTaps( NoteData &inout, int iStartIndex, int iEndIndex )
case TapNote::tap:
case TapNote::mine:
case TapNote::attack:
case TapNote::lift;
case TapNote::lift:
break; // ok to swap with this
DEFAULT_FAIL( tn2.type );
}