From 0da356c54030161b739bbc39d8283683ff6c9996 Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Wed, 27 Jul 2022 12:21:07 +0300 Subject: [PATCH] Enable migrating mons debugging --- include/config.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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... */