Merge branch 'NetHack-3.6.2'
This commit is contained in:
@@ -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)
|
and (8) seen rocks (IDed/unIDed not applicable)
|
||||||
in wizard mode, ^T can be preceded by 'm' prefix in order to test teleporting
|
in wizard mode, ^T can be preceded by 'm' prefix in order to test teleporting
|
||||||
without having wizard mode override various restrictions
|
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
|
NetHack Community Patches (or Variation) Included
|
||||||
|
|||||||
@@ -17,6 +17,10 @@
|
|||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#define SKIP_STDINT_WORKAROUND
|
#define SKIP_STDINT_WORKAROUND
|
||||||
# endif
|
# endif
|
||||||
|
# if defined(__GNUC__) && defined(__INT64_MAX__)
|
||||||
|
# include <stdint.h>
|
||||||
|
# define SKIP_STDINT_WORKAROUND
|
||||||
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef SKIP_STDINT_WORKAROUND /* !C99 */
|
#ifndef SKIP_STDINT_WORKAROUND /* !C99 */
|
||||||
|
|||||||
Reference in New Issue
Block a user