Clean up switch cases: proper fall through comments, no break after

return.
This commit is contained in:
Markus Armbruster 2004-03-01 14:03:29 +00:00
parent 7c52730439
commit d0cf6a0a9b
3 changed files with 3 additions and 2 deletions

View file

@ -601,6 +601,7 @@ multifire(void)
break;
case targ_ship:
nreport(player->cnum, N_SHP_SHELL, vict, 1);
/* fall through */
default:
if ((target != targ_sub) ||
((vship.shp_rflags & RET_DCHRGED) == 0))