summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/actor.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/actor.h')
-rw-r--r--crawl-ref/source/actor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/actor.h b/crawl-ref/source/actor.h
index 97bae34914..43ca3d25b8 100644
--- a/crawl-ref/source/actor.h
+++ b/crawl-ref/source/actor.h
@@ -121,6 +121,7 @@ public:
virtual void update_los();
+ virtual const los_def& get_los() const;
// Could be const for player, but monsters updates it on the fly.
virtual const los_def& get_los_no_trans();