Remove vestiges of old overlay source split

[trunk only]
This commit is contained in:
nethack.allison
2003-09-05 02:45:18 +00:00
parent 1a94dcfca3
commit 416412f92b
66 changed files with 25 additions and 1306 deletions

View File

@@ -13,8 +13,6 @@
extern const int monstr[];
#ifdef OVLB
STATIC_DCL short FDECL(which_arti, (int));
STATIC_DCL boolean FDECL(mon_has_arti, (struct monst *,SHORT_P));
STATIC_DCL struct monst *FDECL(other_mon_has_arti, (struct monst *,SHORT_P));
@@ -44,9 +42,6 @@ static NEARDATA const unsigned wizapp[] = {
PM_TRAPPER
};
#endif /* OVLB */
#ifdef OVL0
/* If you've found the Amulet, make the Wizard appear after some time */
/* Also, give hints about portal locations, if amulet is worn/wielded -dlc */
void
@@ -92,9 +87,6 @@ amulet()
}
}
#endif /* OVL0 */
#ifdef OVLB
int
mon_has_amulet(mtmp)
register struct monst *mtmp;
@@ -633,6 +625,4 @@ register struct monst *mtmp;
}
}
#endif /* OVLB */
/*wizard.c*/