save/bones compatibility info followup
This commit is contained in:
+1
-2
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user