]> granicus.if.org Git - nethack/commitdiff
undef WIZARD
authorcohrs <cohrs>
Tue, 12 Mar 2002 22:41:48 +0000 (22:41 +0000)
committercohrs <cohrs>
Tue, 12 Mar 2002 22:41:48 +0000 (22:41 +0000)
- quiet a gcc warning if WIZARD is undefined

src/bones.c

index f1758cec39cfcdda923e31835e28c063036240fc..ca4997ebb3cb1664f29fe305399355c0f89d1259 100644 (file)
@@ -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) {