Remove vestiges of old overlay source split
[trunk only]
This commit is contained in:
11
src/priest.c
11
src/priest.c
@@ -11,8 +11,6 @@
|
||||
/* this matches the categorizations shown by enlightenment */
|
||||
#define ALGN_SINNED (-4) /* worse than strayed */
|
||||
|
||||
#ifdef OVLB
|
||||
|
||||
STATIC_DCL boolean FDECL(histemple_at,(struct monst *,XCHAR_P,XCHAR_P));
|
||||
STATIC_DCL boolean FDECL(has_shrine,(struct monst *));
|
||||
|
||||
@@ -109,10 +107,6 @@ pick_move:
|
||||
return(0);
|
||||
}
|
||||
|
||||
#endif /* OVLB */
|
||||
|
||||
#ifdef OVL0
|
||||
|
||||
char
|
||||
temple_occupied(array)
|
||||
register char *array;
|
||||
@@ -125,9 +119,6 @@ register char *array;
|
||||
return('\0');
|
||||
}
|
||||
|
||||
#endif /* OVL0 */
|
||||
#ifdef OVLB
|
||||
|
||||
STATIC_OVL boolean
|
||||
histemple_at(priest, x, y)
|
||||
register struct monst *priest;
|
||||
@@ -714,6 +705,4 @@ boolean ghostly;
|
||||
}
|
||||
}
|
||||
|
||||
#endif /* OVLB */
|
||||
|
||||
/*priest.c*/
|
||||
|
||||
Reference in New Issue
Block a user