summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/show.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-12-04 19:27:34 +0100
committerRobert Vollmert <rvollmert@gmx.net>2009-12-04 19:29:00 +0100
commit4a10fcf0a1c02d83dc8c2accce057ab180544e5a (patch)
tree7f45dba4cc322cf212fe5afa88ce48e2788b8125 /crawl-ref/source/show.h
parent6429ff85d196992311c5beaf8112043fcc5564a1 (diff)
downloadcrawl-ref-4a10fcf0a1c02d83dc8c2accce057ab180544e5a.tar.gz
crawl-ref-4a10fcf0a1c02d83dc8c2accce057ab180544e5a.zip
Do out-of-LOS staircase emphasis when drawing.
This fixes emphasised stair colours being out of date until they come into LOS again.
Diffstat (limited to 'crawl-ref/source/show.h')
-rw-r--r--crawl-ref/source/show.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/show.h b/crawl-ref/source/show.h
index 1554aa8b23..34a7d5b220 100644
--- a/crawl-ref/source/show.h
+++ b/crawl-ref/source/show.h
@@ -83,7 +83,7 @@ public:
};
// Convert a show object as in env.show to one to be stored in
-// env.map_knowledge (dropping feature colour mainly).
-show_type to_knowledge(show_type obj, bool emph);
+// env.map_knowledge (re-setting feature colour mainly).
+show_type to_knowledge(show_type obj);
#endif