NOSTATICFN for src/*
This commit is contained in:
@@ -9,8 +9,8 @@
|
||||
#define ALGN_SINNED (-4) /* worse than strayed (-1..-3) */
|
||||
#define ALGN_PIOUS 14 /* better than fervent (9..13) */
|
||||
|
||||
static boolean histemple_at(struct monst *, coordxy, coordxy);
|
||||
static boolean has_shrine(struct monst *);
|
||||
staticfn boolean histemple_at(struct monst *, coordxy, coordxy);
|
||||
staticfn boolean has_shrine(struct monst *);
|
||||
|
||||
void
|
||||
newepri(struct monst *mtmp)
|
||||
@@ -148,7 +148,7 @@ temple_occupied(char *array)
|
||||
return '\0';
|
||||
}
|
||||
|
||||
static boolean
|
||||
staticfn boolean
|
||||
histemple_at(struct monst *priest, coordxy x, coordxy y)
|
||||
{
|
||||
return (boolean) (priest && priest->ispriest
|
||||
@@ -377,7 +377,7 @@ p_coaligned(struct monst *priest)
|
||||
return (boolean) (u.ualign.type == mon_aligntyp(priest));
|
||||
}
|
||||
|
||||
static boolean
|
||||
staticfn boolean
|
||||
has_shrine(struct monst *pri)
|
||||
{
|
||||
struct rm *lev;
|
||||
|
||||
Reference in New Issue
Block a user