Add a missing fall-through comment
This eliminates a gcc warning.
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user