save/bones compatibility info followup

This commit is contained in:
nethack.allison
2003-09-07 18:17:05 +00:00
parent dae1b81029
commit 89ec7dad49
+1 -2
View File
@@ -435,8 +435,7 @@ getbones()
for(mtmp = fmon; mtmp; mtmp = mtmp->nmon) { for(mtmp = fmon; mtmp; mtmp = mtmp->nmon) {
if (mtmp->mhpmax == DEFUNCT_MONSTER) { if (mtmp->mhpmax == DEFUNCT_MONSTER) {
#if defined(DEBUG) && defined(WIZARD) #if defined(DEBUG) && defined(WIZARD)
if (wizard) pline("Removing defunct monster %s from bones.",
pline("Removing defunct monster %s from bones.",
mtmp->data->mname); mtmp->data->mname);
#endif #endif
mongone(mtmp); mongone(mtmp);