diff --git a/src/Player.cpp b/src/Player.cpp index 6ebcdfac8b..34d446e620 100644 --- a/src/Player.cpp +++ b/src/Player.cpp @@ -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; } }