Merge branch 'NetHack-3.6'

This commit is contained in:
nhmall
2019-10-30 13:21:20 -04:00
70 changed files with 1001 additions and 167 deletions
+1
View File
@@ -142,6 +142,7 @@ mswin_init_nhwindows(int *argc, char **argv)
# ifdef _DEBUG
if (showdebug(NHTRACE_LOG) && !_s_debugfp) {
/* truncate trace file */
/* BUG: this relies on current working directory */
_s_debugfp = fopen(NHTRACE_LOG, "w");
}
# endif