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

@@ -8,16 +8,12 @@
STATIC_VAR NEARDATA struct obj *otmp;
STATIC_DCL void FDECL(urustm, (struct monst *, struct obj *));
# ifdef OVL1
STATIC_DCL boolean FDECL(u_slip_free, (struct monst *,struct attack *));
STATIC_DCL int FDECL(passiveum, (struct permonst *,struct monst *,struct attack *));
# endif /* OVL1 */
#ifdef OVLB
# ifdef SEDUCE
#ifdef SEDUCE
STATIC_DCL void FDECL(mayberem, (struct obj *, const char *));
# endif
#endif /* OVLB */
#endif
STATIC_DCL boolean FDECL(diseasemu, (struct permonst *));
STATIC_DCL int FDECL(hitmu, (struct monst *,struct attack *));
@@ -34,9 +30,6 @@ STATIC_DCL void FDECL(hitmsg,(struct monst *,struct attack *));
/* changed to a parameter to mhitu. */
static int dieroll;
#ifdef OVL1
STATIC_OVL void
hitmsg(mtmp, mattk)
register struct monst *mtmp;
@@ -144,9 +137,6 @@ u_slow_down()
exercise(A_DEX, FALSE);
}
#endif /* OVL1 */
#ifdef OVLB
STATIC_OVL void
wildmiss(mtmp, mattk) /* monster attacked your displaced image */
register struct monst *mtmp;
@@ -263,9 +253,6 @@ boolean message;
pline("Brrooaa... You land hard at some distance.");
}
#endif /* OVLB */
#ifdef OVL0
/* select a monster's next attack, possibly substituting for its usual one */
struct attack *
getmattk(mptr, indx, prev_result, alt_attk_buf)
@@ -670,9 +657,6 @@ mattacku(mtmp)
return(0);
}
#endif /* OVL0 */
#ifdef OVLB
/*
* helper function for some compilers that have trouble with hitmu
*/
@@ -736,9 +720,6 @@ int attk;
}
}
#endif /* OVLB */
#ifdef OVL1
STATIC_OVL boolean
diseasemu(mdat)
struct permonst *mdat;
@@ -1586,9 +1567,6 @@ dopois:
return res;
}
#endif /* OVL1 */
#ifdef OVLB
/* An interface for use when taking a blindfold off, for example,
* to see if an engulfing attack should immediately take affect, like
* a passive attack. TRUE if engulfing blindness occurred */
@@ -2020,9 +1998,6 @@ gazemu(mtmp, mattk) /* monster gazes at you */
return(0);
}
#endif /* OVLB */
#ifdef OVL1
void
mdamageu(mtmp, n) /* mtmp hits you for n points damage */
register struct monst *mtmp;
@@ -2038,9 +2013,6 @@ register int n;
}
}
#endif /* OVL1 */
#ifdef OVLB
STATIC_OVL void
urustm(mon, obj)
register struct monst *mon;
@@ -2079,9 +2051,6 @@ register struct obj *obj;
}
}
#endif /* OVLB */
#ifdef OVL1
int
could_seduce(magr,mdef,mattk)
struct monst *magr, *mdef;
@@ -2133,9 +2102,6 @@ struct attack *mattk;
return (pagr->mlet == S_NYMPH) ? 2 : 0;
}
#endif /* OVL1 */
#ifdef OVLB
#ifdef SEDUCE
/* Returns 1 if monster teleported */
int
@@ -2423,10 +2389,6 @@ const char *str;
}
#endif /* SEDUCE */
#endif /* OVLB */
#ifdef OVL1
STATIC_OVL int
passiveum(olduasmon,mtmp,mattk)
struct permonst *olduasmon;
@@ -2588,9 +2550,6 @@ register struct attack *mattk;
return 1;
}
#endif /* OVL1 */
#ifdef OVLB
#include "edog.h"
struct monst *
cloneu()
@@ -2611,6 +2570,4 @@ cloneu()
return(mon);
}
#endif /* OVLB */
/*mhitu.c*/