save/bones compatibility info followup

This commit is contained in:
nethack.allison
2003-09-07 18:19:24 +00:00
parent 89ec7dad49
commit eb398e0b2a
4 changed files with 28 additions and 21 deletions

View File

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