From 9c2352a57959f8a33fb429ff16add251d5cd559f Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Wed, 11 Nov 2009 15:03:11 +0100 Subject: Add actor::get_los. --- crawl-ref/source/actor.h | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/actor.h') 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(); -- cgit v1.2.3-54-g00ecf