summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/view.h
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2006-11-24 10:31:14 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2006-11-24 10:31:14 +0000
commit59dd9db8ac1b4aad55b7b902c802003d9f3872c1 (patch)
tree3dd0e2ca69bebd1f6c2fc661b02f75dafae7f80d /crawl-ref/source/view.h
parent6fdba2e9e01c86505290097b028f7197dc52d004 (diff)
downloadcrawl-ref-59dd9db8ac1b4aad55b7b902c802003d9f3872c1.tar.gz
crawl-ref-59dd9db8ac1b4aad55b7b902c802003d9f3872c1.zip
[1581184] Fixed rotting food being visible outside LOS.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@487 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/view.h')
-rw-r--r--crawl-ref/source/view.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/view.h b/crawl-ref/source/view.h
index 26d17ada8c..75f385e1b0 100644
--- a/crawl-ref/source/view.h
+++ b/crawl-ref/source/view.h
@@ -116,6 +116,9 @@ bool is_feature(int feature, int x, int y);
void set_envmap_char( int x, int y, unsigned char chr );
void set_envmap_detected_item(int x, int y, bool detected = true);
void set_envmap_detected_mons(int x, int y, bool detected = true);
+void set_envmap_col( int x, int y, int colour, int flags );
+void set_envmap_col( int x, int y, int colour );
+
bool is_envmap_detected_item(int x, int y);
bool is_envmap_detected_mons(int x, int y);
void set_terrain_mapped( int x, int y );