fix which file contains dealloc_monst() in extern.h
This commit is contained in:
@@ -1315,7 +1315,6 @@ extern void readmail(struct obj *);
|
|||||||
|
|
||||||
/* ### makemon.c ### */
|
/* ### makemon.c ### */
|
||||||
|
|
||||||
extern void dealloc_monst(struct monst *);
|
|
||||||
extern boolean is_home_elemental(struct permonst *);
|
extern boolean is_home_elemental(struct permonst *);
|
||||||
extern struct monst *clone_mon(struct monst *, coordxy, coordxy);
|
extern struct monst *clone_mon(struct monst *, coordxy, coordxy);
|
||||||
extern int monhp_per_lvl(struct monst *);
|
extern int monhp_per_lvl(struct monst *);
|
||||||
@@ -1576,6 +1575,7 @@ extern int cmap_to_type(int);
|
|||||||
|
|
||||||
/* ### mon.c ### */
|
/* ### mon.c ### */
|
||||||
|
|
||||||
|
extern void dealloc_monst(struct monst *);
|
||||||
extern void mon_sanity_check(void);
|
extern void mon_sanity_check(void);
|
||||||
extern boolean zombie_maker(struct monst *);
|
extern boolean zombie_maker(struct monst *);
|
||||||
extern int zombie_form(struct permonst *);
|
extern int zombie_form(struct permonst *);
|
||||||
|
|||||||
Reference in New Issue
Block a user