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

@@ -9,16 +9,11 @@
extern boolean notonhead;
#ifdef OVL0
STATIC_DCL int FDECL(disturb,(struct monst *));
STATIC_DCL void FDECL(distfleeck,(struct monst *,int *,int *,int *));
STATIC_DCL int FDECL(m_arrival, (struct monst *));
STATIC_DCL void FDECL(watch_on_duty,(struct monst *));
#endif /* OVL0 */
#ifdef OVLB
boolean /* TRUE : mtmp died */
mb_trapped(mtmp)
register struct monst *mtmp;
@@ -42,9 +37,6 @@ register struct monst *mtmp;
return(FALSE);
}
#endif /* OVLB */
#ifdef OVL0
STATIC_OVL void
watch_on_duty(mtmp)
register struct monst *mtmp;
@@ -76,9 +68,6 @@ register struct monst *mtmp;
}
}
#endif /* OVL0 */
#ifdef OVL1
int
dochugw(mtmp)
register struct monst *mtmp;
@@ -123,9 +112,6 @@ dochugw(mtmp)
return(rd);
}
#endif /* OVL1 */
#ifdef OVL2
boolean
onscary(x, y, mtmp)
int x, y;
@@ -145,9 +131,6 @@ struct monst *mtmp;
&& IS_ALTAR(levl[x][y].typ)));
}
#endif /* OVL2 */
#ifdef OVL0
/* regenerate lost hit points */
void
mon_regen(mon, digest_meal)
@@ -1210,9 +1193,6 @@ postmov:
return(mmoved);
}
#endif /* OVL0 */
#ifdef OVL2
boolean
closed_door(x, y)
register int x, y;
@@ -1228,9 +1208,6 @@ register int x, y;
return((boolean)(ACCESSIBLE(levl[x][y].typ) && !closed_door(x, y)));
}
#endif /* OVL2 */
#ifdef OVL0
/* decide where the monster thinks you are standing */
void
set_apparxy(mtmp)
@@ -1360,6 +1337,4 @@ struct monst *mtmp;
return TRUE;
}
#endif /* OVL0 */
/*monmove.c*/