From: Pasi Kallinen Date: Wed, 27 Jul 2022 09:21:07 +0000 (+0300) Subject: Enable migrating mons debugging X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0da356c54030161b739bbc39d8283683ff6c9996;p=nethack Enable migrating mons debugging --- diff --git a/include/config.h b/include/config.h index 9ed4e3273..8e5858c80 100644 --- a/include/config.h +++ b/include/config.h @@ -576,8 +576,10 @@ typedef unsigned char uchar; /* #define WINCHAIN */ /* stacked window systems */ -/* #define DEBUG_MIGRATING_MONS */ /* add a wizard-mode command to help debug - migrating monsters */ +#if defined(DEBUG) && !defined(DEBUG_MIGRATING_MONS) +#define DEBUG_MIGRATING_MONS /* add a wizard-mode command to help debug + migrating monsters */ +#endif /* SCORE_ON_BOTL is neither experimental nor inadequately tested, but doesn't seem to fit in any other section... */