]> granicus.if.org Git - nethack/commitdiff
R691 - bad cursor positioning debug message
authorcohrs <cohrs>
Tue, 26 Mar 2002 21:56:03 +0000 (21:56 +0000)
committercohrs <cohrs>
Tue, 26 Mar 2002 21:56:03 +0000 (21:56 +0000)
- remove the "#define DEBUG" from wintty.c that caused this message to
be displayed when not in a debugging mode

doc/fixes34.1
win/tty/wintty.c

index 061df06e527ef7c5eb588c2254e12716e1c9f87c..26800ebafbbb225ef3a369c476b9589f5494c97f 100644 (file)
@@ -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
index 4d2d4df7d41c57152958cf43d3d477ebf73cce39..8dc0dfb6d2a85ce274c13f3402675ede75b278a5 100644 (file)
@@ -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 */