From ba042a437d32a329b56058dbb4a91e36b898bd4a Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Sat, 31 Jul 2010 08:58:42 +0200 Subject: Remove obsolete and pointless options. Affected options: - flow_by_smell (didn't do anything) - use_color - compress_savefile - flavored_attacks (was disabled via #if 0) - permanent_levels (was marked EXPERIMENTAL and didn't really work properly) --- src/monster1.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/monster1.c') diff --git a/src/monster1.c b/src/monster1.c index 5da7d478..7a44ffab 100644 --- a/src/monster1.c +++ b/src/monster1.c @@ -1565,10 +1565,6 @@ static void roff_name(int r_idx, int ego) a1 = r_ptr->d_attr; a2 = r_ptr->x_attr; - /* Hack -- fake monochrome */ - if (!use_color) a1 = TERM_WHITE; - if (!use_color) a2 = TERM_WHITE; - /* A title (use "The" for non-uniques) */ if (!(r_ptr->flags1 & (RF1_UNIQUE))) { -- cgit v1.2.3