Remove vestiges of old overlay source split
[trunk only]
This commit is contained in:
10
src/wizard.c
10
src/wizard.c
@@ -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*/
|
||||
|
||||
Reference in New Issue
Block a user