summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/player.h')
-rw-r--r--crawl-ref/source/player.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/player.h b/crawl-ref/source/player.h
index 4cc53caab8..b705e889d4 100644
--- a/crawl-ref/source/player.h
+++ b/crawl-ref/source/player.h
@@ -328,6 +328,8 @@ public:
bool see_cell(const coord_def& c) const;
bool see_cell_no_trans(const coord_def &c) const;
+ // Is c in view but behind a transparent wall?
+ bool trans_wall_blocking(const coord_def &c) const;
void update_los();
bool is_icy() const;