summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/show.h
diff options
context:
space:
mode:
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