]> granicus.if.org Git - nethack/commitdiff
save/bones compatibility info followup
authornethack.allison <nethack.allison>
Sun, 7 Sep 2003 18:17:05 +0000 (18:17 +0000)
committernethack.allison <nethack.allison>
Sun, 7 Sep 2003 18:17:05 +0000 (18:17 +0000)
src/bones.c

index 585200a6ae62b89fa6146efb08e99a091435daa3..f8f0ac35c7881728ea5784d1d94aed08c650ba91 100644 (file)
@@ -435,8 +435,7 @@ getbones()
                        for(mtmp = fmon; mtmp; mtmp = mtmp->nmon) {
                            if (mtmp->mhpmax == DEFUNCT_MONSTER) {
 #if defined(DEBUG) && defined(WIZARD)
-                               if (wizard)
-                                   pline("Removing defunct monster %s from bones.",
+                               pline("Removing defunct monster %s from bones.",
                                        mtmp->data->mname);
 #endif
                                mongone(mtmp);