summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/viewmap.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-12-02 11:59:24 +0100
committerRobert Vollmert <rvollmert@gmx.net>2009-12-02 13:54:17 +0100
commit6b349d23bd9c50814f47d15dcb4650cdcb2a3c37 (patch)
tree9862967ad5ded759649bff9c1a030a7f874b9e90 /crawl-ref/source/viewmap.h
parent1c5c56ce9d50b5297b59483964ba9ee7cf4d94d5 (diff)
downloadcrawl-ref-6b349d23bd9c50814f47d15dcb4650cdcb2a3c37.tar.gz
crawl-ref-6b349d23bd9c50814f47d15dcb4650cdcb2a3c37.zip
Move map colouring to function get_map_col.
Diffstat (limited to 'crawl-ref/source/viewmap.h')
-rw-r--r--crawl-ref/source/viewmap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/viewmap.h b/crawl-ref/source/viewmap.h
index f667b80979..ad6cb28490 100644
--- a/crawl-ref/source/viewmap.h
+++ b/crawl-ref/source/viewmap.h
@@ -2,6 +2,7 @@
#define VIEWMAP_H
bool emphasise(const coord_def& where);
+unsigned get_map_col(const coord_def& c, bool travel = true);
#endif