add fallthrough tag

This commit is contained in:
Martin Michelsen
2024-02-04 17:13:31 -08:00
parent 97cf9c5093
commit b89f18ce4e
+1
View File
@@ -3527,6 +3527,7 @@ bool CardSpecial::should_cancel_condition_due_to_anti_abnormality(
if (s->options.is_trial()) {
return false;
}
[[fallthrough]];
case ConditionType::IMMOBILE:
case ConditionType::HOLD:
case ConditionType::PARALYZE: