Remove vestiges of old overlay source split
[trunk only]
This commit is contained in:
10
src/vault.c
10
src/vault.c
@@ -10,8 +10,6 @@ STATIC_DCL struct monst *NDECL(findgd);
|
||||
#define g_monnam(mtmp) \
|
||||
x_monnam(mtmp, ARTICLE_NONE, (char *)0, SUPPRESS_IT, FALSE)
|
||||
|
||||
#ifdef OVLB
|
||||
|
||||
STATIC_DCL boolean FDECL(clear_fcorr, (struct monst *,BOOLEAN_P));
|
||||
STATIC_DCL void FDECL(restfakecorr,(struct monst *));
|
||||
STATIC_DCL boolean FDECL(in_fcorridor, (struct monst *,int,int));
|
||||
@@ -111,9 +109,6 @@ findgd()
|
||||
return((struct monst *)0);
|
||||
}
|
||||
|
||||
#endif /* OVLB */
|
||||
#ifdef OVL0
|
||||
|
||||
char
|
||||
vault_occupied(array)
|
||||
char *array;
|
||||
@@ -346,9 +341,6 @@ fnd:
|
||||
}
|
||||
}
|
||||
|
||||
#endif /* OVL0 */
|
||||
#ifdef OVLB
|
||||
|
||||
STATIC_OVL void
|
||||
move_gold(gold, vroom)
|
||||
struct obj *gold;
|
||||
@@ -821,6 +813,4 @@ gd_sound() /* prevent "You hear footsteps.." when inappropriate */
|
||||
else return((boolean)(grd == (struct monst *)0));
|
||||
}
|
||||
|
||||
#endif /* OVLB */
|
||||
|
||||
/*vault.c*/
|
||||
|
||||
Reference in New Issue
Block a user