From: cohrs Date: Tue, 26 Mar 2002 21:56:03 +0000 (+0000) Subject: R691 - bad cursor positioning debug message X-Git-Tag: MOVE2GIT~2877 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bbb9ded22f8508ab40bb0a073ad6250dc9a6d20f;p=nethack R691 - bad cursor positioning debug message - remove the "#define DEBUG" from wintty.c that caused this message to be displayed when not in a debugging mode --- diff --git a/doc/fixes34.1 b/doc/fixes34.1 index 061df06e5..26800ebaf 100644 --- a/doc/fixes34.1 +++ b/doc/fixes34.1 @@ -26,3 +26,4 @@ win32gui: make error() work; it was essentially non-operative in 3.4.0 win32tty: honour the use_inverse option and default to ATR_BOLD if disabled X11: restore support for non-square tiles when USE_XPM is defined Gnome: add support for non-square tiles +tty: remove #define DEBUG that forced debug behavior in production builds diff --git a/win/tty/wintty.c b/win/tty/wintty.c index 4d2d4df7d..8dc0dfb6d 100644 --- a/win/tty/wintty.c +++ b/win/tty/wintty.c @@ -38,8 +38,6 @@ extern void msmsg(const char *,...); # endif #endif -#define DEBUG - extern char mapped_menu_cmds[]; /* from options.c */ /* Interface definition, for windows.c */