Windows console dev debug line

This commit is contained in:
nhmall
2026-05-21 01:26:29 -04:00
parent f9165e66fc
commit 0f8f8f4892
+1 -1
View File
@@ -2438,7 +2438,7 @@ void nethack_enter_consoletty(void)
*/ */
width = csbi.srWindow.Right - csbi.srWindow.Left + 1; width = csbi.srWindow.Right - csbi.srWindow.Left + 1;
#ifdef DEBUG #ifdef DEBUG
if (NH_DEVEL_STATUS != NH_STATUS_RELEASED) if (wizard && NH_DEVEL_STATUS != NH_STATUS_RELEASED)
fprintf(stdout, "width = %d\n", width); fprintf(stdout, "width = %d\n", width);
#endif #endif
} }