summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/show.cc
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2012-11-17 21:05:00 -0600
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2012-11-17 21:05:00 -0600
commitae60f10ea4b56be4dd602e6eb356972a6078c40b (patch)
tree58309de2fe68738d8bd9d57ddc368e9dad8132ba /crawl-ref/source/show.cc
parentbf6ad4e1621ceea5bd127e08af46cafeff64e602 (diff)
downloadcrawl-ref-ae60f10ea4b56be4dd602e6eb356972a6078c40b.tar.gz
crawl-ref-ae60f10ea4b56be4dd602e6eb356972a6078c40b.zip
Add formatting fixes.
Diffstat (limited to 'crawl-ref/source/show.cc')
-rw-r--r--crawl-ref/source/show.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/show.cc b/crawl-ref/source/show.cc
index e27c0a1980..94da81bd3e 100644
--- a/crawl-ref/source/show.cc
+++ b/crawl-ref/source/show.cc
@@ -147,9 +147,8 @@ static void _update_feat_at(const coord_def &gp)
env.map_knowledge(gp).flags |= MAP_QUAD_HALOED;
if (disjunction_haloed(gp))
- {
env.map_knowledge(gp).flags |= MAP_DISJUNCT;
- }
+
if (is_sanctuary(gp))
{
if (testbits(env.pgrid(gp), FPROP_SANCTUARY_1))