summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/view.h
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-12-02 18:57:28 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-12-02 18:57:28 +0000
commit563f2d3967eecb030f876fda10ce30e7ddd27c01 (patch)
tree32c286bfde915e0d6b3dd3356bb7233e5d409a3a /crawl-ref/source/view.h
parent0d31b1337f7557390cf0ef3e929f90599faaf6ae (diff)
downloadcrawl-ref-563f2d3967eecb030f876fda10ce30e7ddd27c01.tar.gz
crawl-ref-563f2d3967eecb030f876fda10ce30e7ddd27c01.zip
Fixed bad detect items behaviour on pre-mapped squares (Iaido).
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2982 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/view.h')
-rw-r--r--crawl-ref/source/view.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/view.h b/crawl-ref/source/view.h
index 931746f980..09d42738e7 100644
--- a/crawl-ref/source/view.h
+++ b/crawl-ref/source/view.h
@@ -165,6 +165,7 @@ 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);
+bool is_envmap_item(int x, int y);
void set_terrain_mapped( int x, int y );
void set_terrain_seen( int x, int y );
void set_terrain_changed( int x, int y );