From 355bc8e6019650f42b99df0951baf08f896dfb5b Mon Sep 17 00:00:00 2001 From: keni Date: Wed, 26 Oct 2016 09:42:19 -0400 Subject: [PATCH] Explain (via preprocessor defines) why CONWAY is off at the moment. --- include/config.h | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/include/config.h b/include/config.h index 8c33d8b08..1a02b8f76 100644 --- a/include/config.h +++ b/include/config.h @@ -1,4 +1,4 @@ -/* NetHack 3.6 config.h $NHDT-Date: 1447728911 2015/11/17 02:55:11 $ $NHDT-Branch: master $:$NHDT-Revision: 1.91 $ */ +/* NetHack 3.6 config.h $NHDT-Date: 1477489338 2016/10/26 13:42:18 $ $NHDT-Branch: master $:$NHDT-Revision: 1.98 $ */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* NetHack may be freely redistributed. See license for details. */ @@ -508,7 +508,12 @@ typedef unsigned char uchar; but it isn't necessary for successful operation of the program */ #define FREE_ALL_MEMORY /* free all memory at exit */ -#define CONWAY /* Conway's Life level */ +/* +#define BREAK_360_SAVE_COMPAT +*/ +#ifdef BREAK_360_SAVE_COMPAT +# define CONWAY /* Conway's Life level */ +#endif /* End of Section 4 */