Merge branch 'NetHack-3.6.2'

This commit is contained in:
nhmall
2019-01-29 09:27:46 -05:00
2 changed files with 6 additions and 0 deletions

View File

@@ -541,6 +541,8 @@ when sortloot is enabled, gems are grouped in subsets (1) unseen gems and
and (8) seen rocks (IDed/unIDed not applicable)
in wizard mode, ^T can be preceded by 'm' prefix in order to test teleporting
without having wizard mode override various restrictions
include isaac64 for pseudo random number generation
core prng and display prng use different contexts
NetHack Community Patches (or Variation) Included

View File

@@ -17,6 +17,10 @@
#include <stdint.h>
#define SKIP_STDINT_WORKAROUND
# endif
# if defined(__GNUC__) && defined(__INT64_MAX__)
# include <stdint.h>
# define SKIP_STDINT_WORKAROUND
# endif
#endif
#ifndef SKIP_STDINT_WORKAROUND /* !C99 */