From: nethack.allison Date: Tue, 29 Jul 2003 12:08:56 +0000 (+0000) Subject: build fix without TEXTCOLOR X-Git-Tag: MOVE2GIT~1881 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ba5e9ef7ae8eb10bd7fe0d17482083010ad4c2c4;p=nethack build fix without TEXTCOLOR --- 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