Merge branch 'NetHack-3.6'

This commit is contained in:
nhmall
2019-05-12 15:31:31 -04:00
22 changed files with 1025 additions and 799 deletions
+3
View File
@@ -198,6 +198,9 @@ char **argv;
if (ap == argc)
usage();
library_file = argv[ap++];
#ifdef VERSION_IN_DLB_FILENAME
library_file = build_dlb_filename(library_file);
#endif
if (fseen)
printf("Warning: multiple f options. Previous ignored.\n");
fseen = 1;
+4
View File
@@ -1522,7 +1522,11 @@ static const char *build_opts[] = {
"ZLIB data file compression",
#endif
#ifdef DLB
#ifndef VERSION_IN_DLB_FILENAME
"data librarian",
#else
"data librarian with a version-dependent name",
#endif
#endif
#ifdef DUMPLOG
"end-of-game dumplogs",