display.c tid
The WA_VERBOSE define was after the first use.
This commit is contained in:
+3
-2
@@ -122,9 +122,12 @@ STATIC_DCL int FDECL(swallow_to_glyph, (int, int));
|
|||||||
STATIC_DCL void FDECL(display_warning,(struct monst *));
|
STATIC_DCL void FDECL(display_warning,(struct monst *));
|
||||||
|
|
||||||
STATIC_DCL int FDECL(check_pos, (int, int, int));
|
STATIC_DCL int FDECL(check_pos, (int, int, int));
|
||||||
|
|
||||||
|
/*#define WA_VERBOSE*/ /* give (x,y) locations for all "bad" spots */
|
||||||
#ifdef WA_VERBOSE
|
#ifdef WA_VERBOSE
|
||||||
STATIC_DCL boolean FDECL(more_than_one, (int, int, int, int, int));
|
STATIC_DCL boolean FDECL(more_than_one, (int, int, int, int, int));
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
STATIC_DCL int FDECL(set_twall, (int,int, int,int, int,int, int,int));
|
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_wall, (int, int, int));
|
||||||
STATIC_DCL int FDECL(set_corn, (int,int, int,int, int,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 -------------------------------------------------------------- */
|
/* Wall Angle -------------------------------------------------------------- */
|
||||||
|
|
||||||
/*#define WA_VERBOSE*/ /* give (x,y) locations for all "bad" spots */
|
|
||||||
|
|
||||||
#ifdef WA_VERBOSE
|
#ifdef WA_VERBOSE
|
||||||
|
|
||||||
static const char *FDECL(type_to_name, (int));
|
static const char *FDECL(type_to_name, (int));
|
||||||
|
|||||||
Reference in New Issue
Block a user