Skip to content

Commit

Permalink
One more fallthrough fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
elunna committed Dec 2, 2024
1 parent 66e152e commit e19f61f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/mon.c
Original file line number Diff line number Diff line change
Expand Up @@ -1215,8 +1215,6 @@ make_corpse(struct monst *mtmp, unsigned int corpseflags)
#else
default:
#endif
FALLTHROUGH;
/*FALLTHRU*/
default_1:
if (svm.mvitals[mndx].mvflags & G_NOCORPSE) {
return (struct obj *) 0;
Expand Down

0 comments on commit e19f61f

Please sign in to comment.