Merge branch 'NetHack-3.6'

This commit is contained in:
nhmall
2019-11-09 21:50:18 -05:00
11 changed files with 145 additions and 95 deletions

View File

@@ -115,6 +115,9 @@ char *argv[];
exit(EXIT_SUCCESS);
if (argcheck(argc, argv, ARG_SHOWPATHS) == 2) {
#ifdef CHDIR
chdirx((char *) 0, 0);
#endif
initoptions();
reveal_paths();
exit(EXIT_SUCCESS);