remove some old comments and bits

This commit is contained in:
nhmall
2019-07-15 07:52:43 -04:00
parent 97ca83fd02
commit 2dd9aac832
6 changed files with 3 additions and 45 deletions

View File

@@ -149,8 +149,6 @@ NHFILE *nhfp;
}
}
/* SAVE2018 */
static void
restdamage(nhfp, ghostly)
NHFILE *nhfp;
@@ -204,8 +202,6 @@ boolean ghostly;
free((genericptr_t) tmp_dam);
}
/* SAVE2018 */
/* restore one object */
static void
restobj(nhfp, otmp)
@@ -249,7 +245,7 @@ struct obj *otmp;
newomonst(otmp);
/* this is actually a monst struct, so we
can just defer to restmon() here */
restmon(nhfp, OMONST(otmp)); /* SAVE2018 */
restmon(nhfp, OMONST(otmp));
}
/* omid - monster id number, connecting corpse to ghost */
@@ -297,8 +293,6 @@ struct obj *otmp;
}
}
/* SAVE2018 */
static struct obj *
restobjchn(nhfp, ghostly, frozen)
NHFILE *nhfp;
@@ -318,7 +312,7 @@ boolean ghostly, frozen;
break;
otmp = newobj();
restobj(nhfp, otmp); /* SAVE2018 */
restobj(nhfp, otmp);
if (!first)
first = otmp;
else
@@ -389,8 +383,6 @@ boolean ghostly, frozen;
return first;
}
/* SAVE2018 */
/* restore one monster */
static void
restmon(nhfp, mtmp)
@@ -492,8 +484,6 @@ struct monst *mtmp;
} /* mextra */
}
/* SAVE2018 */
static struct monst *
restmonchn(nhfp, ghostly)
NHFILE *nhfp;
@@ -571,8 +561,6 @@ boolean ghostly;
return first;
}
/* SAVE2018 */
static struct fruit *
loadfruitchn(nhfp)
NHFILE *nhfp;
@@ -1134,8 +1122,6 @@ NHFILE *nhfp;
return 1;
}
/* SAVE2018 */
void
restcemetery(nhfp, cemeteryaddr)
NHFILE *nhfp;
@@ -1164,8 +1150,6 @@ struct cemetery **cemeteryaddr;
}
}
/* SAVE2018 */
/*ARGSUSED*/
static void
rest_levl(nhfp, rlecomp)
@@ -1362,7 +1346,7 @@ boolean ghostly;
keepgoing = FALSE;
}
dealloc_trap(trap);
fobj = restobjchn(nhfp, ghostly, FALSE); /* SAVE2018 */
fobj = restobjchn(nhfp, ghostly, FALSE);
find_lev_obj();
/* restobjchn()'s `frozen' argument probably ought to be a callback
routine so that we can check for objects being buried under ice */
@@ -1466,8 +1450,6 @@ boolean ghostly;
clear_id_mapping();
}
/* SAVE2018 */
void
get_plname_from_file(nhfp, plbuf)
NHFILE *nhfp;
@@ -1486,8 +1468,6 @@ char *plbuf;
return;
}
/* SAVE2018 */
static void
restore_msghistory(nhfp)
NHFILE *nhfp;