From dbaa63c760d73204d2fb43b288da2067fc254ae5 Mon Sep 17 00:00:00 2001 From: keni Date: Sun, 10 Jan 2010 02:18:28 +0000 Subject: [PATCH] display.c tid The WA_VERBOSE define was after the first use. --- src/display.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/display.c b/src/display.c index 1c62ae57e..7e1c3b0e0 100644 --- a/src/display.c +++ b/src/display.c @@ -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)); -- 2.50.1