From 6a883aea39bceefb34718c699ee3877d33b6d2ba Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Sun, 8 Nov 2009 10:01:11 +0100 Subject: Add a general halo interface to actor. Also convert the TSO halo to use this. actor::haloed() is still specific to the player TSO halo. --- crawl-ref/source/player.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/player.h') diff --git a/crawl-ref/source/player.h b/crawl-ref/source/player.h index ce99e8a38c..ff225c1105 100644 --- a/crawl-ref/source/player.h +++ b/crawl-ref/source/player.h @@ -456,7 +456,7 @@ public: bool confused() const; bool caught() const; bool backlit(bool check_haloed = true) const; - bool haloed() const; + int halo_radius() const; bool petrified() const; bool asleep() const; -- cgit v1.2.3-54-g00ecf