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 fad5343
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mon.c
Original file line number Diff line number Diff line change
Expand Up @@ -1212,11 +1212,11 @@ make_corpse(struct monst *mtmp, unsigned int corpseflags)
case PM_KING_OF_GAMES:
case PM_DAL_ZETHIRE:
case PM_DUELIST:
FALLTHROUGH;
/*FALLTHRU*/
#else
default:
#endif
FALLTHROUGH;
/*FALLTHRU*/
default_1:
if (svm.mvitals[mndx].mvflags & G_NOCORPSE) {
return (struct obj *) 0;
Expand Down

0 comments on commit fad5343

Please sign in to comment.