From bc752a8f9de6afa80a04f18c37b1f4226b2e2023 Mon Sep 17 00:00:00 2001 From: nhmall Date: Wed, 2 Feb 2022 21:26:01 -0500 Subject: [PATCH] remove some duplicated code in monst.c --- src/monst.c | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/monst.c b/src/monst.c index 6bdb9ad5c..ce1107248 100644 --- a/src/monst.c +++ b/src/monst.c @@ -27,18 +27,6 @@ #define WT_ELF 800 #define WT_DRAGON 4500 -#ifdef C -#undef C -#endif -#ifdef TEXTCOLOR -#include "color.h" -#define C(color) color -#define HI_DOMESTIC CLR_WHITE /* use for player + friendlies */ -#define HI_LORD CLR_MAGENTA -#else -#define C(color) -#endif - #define MON(nam, sym, lvl, gen, atk, siz, mr1, mr2, flg1, flg2, flg3, d, col, bn) \ { \ {(const char *) 0, (const char *) 0, nam}, \ -- 2.50.1