follow-up: eliminate a fall through warning

This commit is contained in:
nhmall
2026-07-06 08:03:58 -04:00
parent 2f76934ded
commit a6308ad5db
+1
View File
@@ -4859,6 +4859,7 @@ act_on_act(
break;
case MCMD_JUMP:
cmdq_add_ec(CQ_CANNED, dojump);
break;
default:
break;
}