From: nethack.allison Date: Sun, 7 Sep 2003 18:17:05 +0000 (+0000) Subject: save/bones compatibility info followup X-Git-Tag: MOVE2GIT~1804 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=89ec7dad496336ee85e08231892c902151985eb9;p=nethack save/bones compatibility info followup --- diff --git a/src/bones.c b/src/bones.c index 585200a6a..f8f0ac35c 100644 --- a/src/bones.c +++ b/src/bones.c @@ -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);