Clean up switch cases: proper fall through comments, no break after
return.
This commit is contained in:
parent
7c52730439
commit
d0cf6a0a9b
3 changed files with 3 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue