Remove vestiges of old overlay source split
[trunk only]
This commit is contained in:
12
src/mhitm.c
12
src/mhitm.c
@@ -8,8 +8,6 @@
|
||||
|
||||
extern boolean notonhead;
|
||||
|
||||
#ifdef OVLB
|
||||
|
||||
static NEARDATA boolean vis, far_noise;
|
||||
static NEARDATA long noisetime;
|
||||
static NEARDATA struct obj *otmp;
|
||||
@@ -1150,11 +1148,6 @@ mdamagem(magr, mdef, mattk)
|
||||
return(MM_HIT);
|
||||
}
|
||||
|
||||
#endif /* OVLB */
|
||||
|
||||
|
||||
#ifdef OVL0
|
||||
|
||||
int
|
||||
noattacks(ptr) /* returns 1 if monster doesn't attack */
|
||||
struct permonst *ptr;
|
||||
@@ -1201,9 +1194,6 @@ struct monst *mon;
|
||||
}
|
||||
}
|
||||
|
||||
#endif /* OVL0 */
|
||||
#ifdef OVLB
|
||||
|
||||
STATIC_OVL void
|
||||
mrustm(magr, mdef, obj)
|
||||
register struct monst *magr, *mdef;
|
||||
@@ -1442,7 +1432,5 @@ int aatyp;
|
||||
return w_mask;
|
||||
}
|
||||
|
||||
#endif /* OVLB */
|
||||
|
||||
/*mhitm.c*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user