Make return values use defines
This commit is contained in:
@@ -2801,7 +2801,7 @@ E boolean FDECL(do_stone_u, (struct monst *));
|
||||
E void FDECL(do_stone_mon, (struct monst *, struct attack *, struct monst *, struct mhitm_data *));
|
||||
E int FDECL(damageum, (struct monst *, struct attack *, int));
|
||||
E void FDECL(missum, (struct monst *, struct attack *, BOOLEAN_P));
|
||||
E int FDECL(passive, (struct monst *, struct obj *, BOOLEAN_P, int,
|
||||
E int FDECL(passive, (struct monst *, struct obj *, BOOLEAN_P, BOOLEAN_P,
|
||||
UCHAR_P, BOOLEAN_P));
|
||||
E void FDECL(passive_obj, (struct monst *, struct obj *, struct attack *));
|
||||
E void FDECL(stumble_onto_mimic, (struct monst *));
|
||||
|
||||
@@ -104,5 +104,6 @@ struct mhitm_data {
|
||||
#define MM_HIT 0x1 /* aggressor hit defender */
|
||||
#define MM_DEF_DIED 0x2 /* defender died */
|
||||
#define MM_AGR_DIED 0x4 /* aggressor died */
|
||||
#define MM_AGR_DONE 0x8 /* aggressor is done with their turn */
|
||||
|
||||
#endif /* MONATTK_H */
|
||||
|
||||
Reference in New Issue
Block a user