]> granicus.if.org Git - nethack/commitdiff
display.c tid
authorkeni <keni>
Sun, 10 Jan 2010 02:18:28 +0000 (02:18 +0000)
committerkeni <keni>
Sun, 10 Jan 2010 02:18:28 +0000 (02:18 +0000)
The WA_VERBOSE define was after the first use.

src/display.c

index 1c62ae57e70c704b49c606714b09ded4cab4150c..7e1c3b0e01211f075b45c49a1a8ec4adf4f50d1b 100644 (file)
@@ -122,9 +122,12 @@ STATIC_DCL int FDECL(swallow_to_glyph, (int, int));
 STATIC_DCL void FDECL(display_warning,(struct monst *));
 
 STATIC_DCL int FDECL(check_pos, (int, int, int));
+
+/*#define WA_VERBOSE*/ /* give (x,y) locations for all "bad" spots */
 #ifdef WA_VERBOSE
 STATIC_DCL boolean FDECL(more_than_one, (int, int, int, int, int));
 #endif
+
 STATIC_DCL int FDECL(set_twall, (int,int, int,int, int,int, int,int));
 STATIC_DCL int FDECL(set_wall, (int, int, int));
 STATIC_DCL int FDECL(set_corn, (int,int, int,int, int,int, int,int));
@@ -1589,8 +1592,6 @@ glyph_at(x, y)
 /* ------------------------------------------------------------------------- */
 /* Wall Angle -------------------------------------------------------------- */
 
-/*#define WA_VERBOSE*/ /* give (x,y) locations for all "bad" spots */
-
 #ifdef WA_VERBOSE
 
 static const char *FDECL(type_to_name, (int));