Add a missing fall-through comment

This eliminates a gcc warning.
This commit is contained in:
Dean Luick
2021-01-20 22:39:08 -06:00
parent f63d435c6d
commit 3a30038b49
+1
View File
@@ -2473,6 +2473,7 @@ register struct monst *mtmp;
(void) makemon(mtmp->data, stway->sx, stway->sy, NO_MM_FLAGS); (void) makemon(mtmp->data, stway->sx, stway->sy, NO_MM_FLAGS);
break; break;
} }
/* fall-through */
case 2: /* randomly */ case 2: /* randomly */
(void) makemon(mtmp->data, 0, 0, NO_MM_FLAGS); (void) makemon(mtmp->data, 0, 0, NO_MM_FLAGS);
break; break;