From fc7fdd7f0831a44edf666a0645a204ec09035abd Mon Sep 17 00:00:00 2001 From: nhmall Date: Fri, 17 Jan 2025 14:26:03 -0500 Subject: [PATCH] get rid of a compiler gripe --- src/wizcmds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wizcmds.c b/src/wizcmds.c index 6cee64b36..17dc08c5b 100644 --- a/src/wizcmds.c +++ b/src/wizcmds.c @@ -69,7 +69,7 @@ RESTORE_WARNING_FORMAT_NONLITERAL /* used when wiz_makemap() gets rid of monsters for the old incarnation of a level before creating a new incarnation of it */ -void +staticfn void makemap_unmakemon(struct monst *mtmp, boolean migratory) { int ndx = monsndx(mtmp->data);