Add way to cycle through valid locations for polearm or jump target
This commit is contained in:
@@ -386,7 +386,7 @@ E void NDECL(heal_legs);
|
||||
E char *FDECL(coord_desc, (int, int, char *, CHAR_P));
|
||||
E boolean FDECL(getpos_menu, (coord *, int));
|
||||
E int FDECL(getpos, (coord *, BOOLEAN_P, const char *));
|
||||
E void FDECL(getpos_sethilite, (void (*f)(int)));
|
||||
E void FDECL(getpos_sethilite, (void (*f)(int), boolean (*d)(int,int)));
|
||||
E void FDECL(new_mname, (struct monst *, int));
|
||||
E void FDECL(free_mname, (struct monst *));
|
||||
E void FDECL(new_oname, (struct obj *, int));
|
||||
|
||||
Reference in New Issue
Block a user