display.c tid

The WA_VERBOSE define was after the first use.
This commit is contained in:
keni
2010-01-10 02:18:28 +00:00
parent 9ae93d8b71
commit dbaa63c760

View 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));