From: cohrs Date: Tue, 12 Mar 2002 22:41:48 +0000 (+0000) Subject: undef WIZARD X-Git-Tag: MOVE2GIT~2979 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1dcd580e9098bb5f0c899de69533d73654d2fc9d;p=nethack undef WIZARD - quiet a gcc warning if WIZARD is undefined --- diff --git a/src/bones.c b/src/bones.c index f1758cec3..ca4997ebb 100644 --- a/src/bones.c +++ b/src/bones.c @@ -212,7 +212,9 @@ struct obj *corpse; return; } +#ifdef WIZARD make_bones: +#endif unleash_all(); /* in case these characters are not in their home bases */ for (mtmp = fmon; mtmp; mtmp = mtmp->nmon) {