From 0f8f8f4892e1605cf640288f9fee2c8aec9a3fe9 Mon Sep 17 00:00:00 2001 From: nhmall Date: Thu, 21 May 2026 01:26:29 -0400 Subject: [PATCH] Windows console dev debug line --- sys/windows/consoletty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/windows/consoletty.c b/sys/windows/consoletty.c index c44c95232..93dd8a966 100644 --- a/sys/windows/consoletty.c +++ b/sys/windows/consoletty.c @@ -2438,7 +2438,7 @@ void nethack_enter_consoletty(void) */ width = csbi.srWindow.Right - csbi.srWindow.Left + 1; #ifdef DEBUG - if (NH_DEVEL_STATUS != NH_STATUS_RELEASED) + if (wizard && NH_DEVEL_STATUS != NH_STATUS_RELEASED) fprintf(stdout, "width = %d\n", width); #endif }