trap followup
Make the flags argument to dotrap() and mintrap() and the constants passed to them all have consistent type: unsigned int.
This commit is contained in:
@@ -2692,7 +2692,7 @@ extern void reset_utrap(boolean);
|
||||
extern void dotrap(struct trap *, unsigned);
|
||||
extern void seetrap(struct trap *);
|
||||
extern void feeltrap(struct trap *);
|
||||
extern int mintrap(struct monst *, long);
|
||||
extern int mintrap(struct monst *, unsigned);
|
||||
extern void instapetrify(const char *);
|
||||
extern void minstapetrify(struct monst *, boolean);
|
||||
extern void selftouch(const char *);
|
||||
|
||||
Reference in New Issue
Block a user