summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/showsymb.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-12-21 13:16:02 +0100
committerAdam Borowski <kilobyte@angband.pl>2013-12-21 13:16:02 +0100
commitb00b0443af504a040d6d354ecb5a2b8ca9e37747 (patch)
treec6fd8b4fed1cbfe5eca06c6356cb2c9c0bbb67d1 /crawl-ref/source/showsymb.cc
parenta7b66b498e0ba43781a1a9e6a2977fa223529dab (diff)
downloadcrawl-ref-b00b0443af504a040d6d354ecb5a2b8ca9e37747.tar.gz
crawl-ref-b00b0443af504a040d6d354ecb5a2b8ca9e37747.zip
Remove a redundant check.
Diffstat (limited to 'crawl-ref/source/showsymb.cc')
-rw-r--r--crawl-ref/source/showsymb.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/showsymb.cc b/crawl-ref/source/showsymb.cc
index 8d35083736..221bfd8068 100644
--- a/crawl-ref/source/showsymb.cc
+++ b/crawl-ref/source/showsymb.cc
@@ -208,7 +208,6 @@ static int _get_mons_colour(const monster_info& mi)
else if (mons_class_is_stationary(mi.type))
{
if (Options.feature_item_brand != CHATTR_NORMAL
- && is_critical_feature(grd(mi.pos))
&& feat_stair_direction(grd(mi.pos)) != CMD_NO_CMD)
{
col |= COLFLAG_FEATURE_ITEM;