save/bones compatibility info followup

This commit is contained in:
nethack.allison
2003-09-07 18:17:05 +00:00
parent dae1b81029
commit 89ec7dad49

View 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);