Fix a formal-type glitch.
This commit is contained in:
parent
71f05c4567
commit
b7bf85904d
2 changed files with 2 additions and 2 deletions
2
advent.h
2
advent.h
|
@ -233,7 +233,7 @@ extern bool silent_yes_or_no(void);
|
|||
extern bool yes_or_no(const char*, const char*, const char*);
|
||||
extern void juggle(obj_t);
|
||||
extern void move(obj_t, loc_t);
|
||||
extern loc_t put(obj_t, int, int);
|
||||
extern loc_t put(obj_t, loc_t, int);
|
||||
extern void carry(obj_t, loc_t);
|
||||
extern void drop(obj_t, loc_t);
|
||||
extern int atdwrf(loc_t);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue