And some more warning fixes

This commit is contained in:
Pasi Kallinen
2020-04-06 15:41:26 +03:00
parent e215f09ddb
commit d087746fd7
4 changed files with 10 additions and 33 deletions

View File

@@ -9,6 +9,8 @@ extern const char *const destroy_strings[][3]; /* from zap.c */
static boolean FDECL(keep_saddle_with_steedcorpse, (unsigned, struct obj *,
struct obj *));
static boolean FDECL(mu_maybe_destroy_web, (struct monst *, BOOLEAN_P,
struct trap *));
static struct obj *FDECL(t_missile, (int, struct trap *));
static char *FDECL(trapnote, (struct trap *, BOOLEAN_P));
static int FDECL(steedintrap, (struct trap *, struct obj *));
@@ -805,7 +807,7 @@ struct obj *objchn, *saddle;
/* monster or you go through and possibly destroy a web.
return TRUE if could go through. */
boolean
static boolean
mu_maybe_destroy_web(mtmp, domsg, trap)
struct monst *mtmp;
boolean domsg;