Add a missing fall-through comment

This eliminates a gcc warning.
This commit is contained in:
Dean Luick
2021-01-17 14:23:12 -06:00
parent f63d435c6d
commit 3a30038b49

View File

@@ -2473,6 +2473,7 @@ register struct monst *mtmp;
(void) makemon(mtmp->data, stway->sx, stway->sy, NO_MM_FLAGS);
break;
}
/* fall-through */
case 2: /* randomly */
(void) makemon(mtmp->data, 0, 0, NO_MM_FLAGS);
break;