Merge branch 'NetHack-3.6.2'

This commit is contained in:
nhmall
2018-12-13 08:46:02 -05:00
17 changed files with 168 additions and 35 deletions

View File

@@ -348,7 +348,10 @@ attempt_restore:
if (discover)
You("are in non-scoring discovery mode.");
}
moveloop(resuming);
// iflags.debug_fuzzer = TRUE;
moveloop(resuming);
nethack_exit(EXIT_SUCCESS);
/*NOTREACHED*/
return 0;