From 5241fee18e1a85b3b8e1492fa4d430e8af375035 Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Tue, 26 Jun 2012 20:47:26 +0200 Subject: Remove "show_details" option --- src/monster1.c | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'src/monster1.c') diff --git a/src/monster1.c b/src/monster1.c index 196272ce..68882d27 100644 --- a/src/monster1.c +++ b/src/monster1.c @@ -242,14 +242,8 @@ static void roff_aux(int r_idx, int ego, int remem) } - /* Require a flag to show kills */ - if (!(show_details)) - { - /* nothing */ - } - /* Treat uniques differently */ - else if (flags1 & (RF1_UNIQUE)) + if (flags1 & (RF1_UNIQUE)) { /* Hack -- Determine if the unique is "dead" */ bool_ dead = (r_ptr->max_num == 0) ? TRUE : FALSE; @@ -339,7 +333,6 @@ static void roff_aux(int r_idx, int ego, int remem) /* Descriptions */ - if (show_details) { char buf[2048]; -- cgit v1.2.3