Merge branch 'NetHack-3.6.2'

This commit is contained in:
nhmall
2018-12-15 18:25:08 -05:00
13 changed files with 283 additions and 93 deletions

View File

@@ -174,7 +174,7 @@ E boolean NDECL(status_hilite_menu);
/* ### cmd.c ### */
E char NDECL(randomkey);
E void FDECL(random_response, (char * buf, int size));
E void FDECL(random_response, (char *, int));
E int NDECL(doconduct);
E int NDECL(domonability);
E char FDECL(cmd_from_func, (int NDECL((*))));