From ba5e9ef7ae8eb10bd7fe0d17482083010ad4c2c4 Mon Sep 17 00:00:00 2001 From: "nethack.allison" Date: Tue, 29 Jul 2003 12:08:56 +0000 Subject: [PATCH] build fix without TEXTCOLOR --- include/decl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/decl.h b/include/decl.h index 01f80428d..4541b6649 100644 --- a/include/decl.h +++ b/include/decl.h @@ -222,8 +222,8 @@ E const int shield_static[]; #include "spell.h" E NEARDATA struct spell spl_book[]; /* sized in decl.c */ -#ifdef TEXTCOLOR #include "color.h" +#ifdef TEXTCOLOR E const int zapcolors[]; #endif