Empty notes don't get judged (RandomVanish).

This commit is contained in:
Jason Felds
2011-05-24 22:14:59 -04:00
parent 8d2f1017e1
commit c5bbeb69ca
+2
View File
@@ -474,6 +474,7 @@ static bool NeedsTapJudging( const TapNote &tn )
case TapNote::attack:
case TapNote::autoKeysound:
case TapNote::fake:
case TapNote::empty:
return false;
}
}
@@ -496,6 +497,7 @@ static bool NeedsHoldJudging( const TapNote &tn )
case TapNote::attack:
case TapNote::autoKeysound:
case TapNote::fake:
case TapNote::empty:
return false;
}
}