From 0869a80df1986501c68f608d71aaac4acea882dc Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Sun, 8 Nov 2009 10:14:16 +0100 Subject: Rename some halo functions. --- crawl-ref/source/tilepick.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/tilepick.cc') diff --git a/crawl-ref/source/tilepick.cc b/crawl-ref/source/tilepick.cc index 5200803458..f75357d994 100644 --- a/crawl-ref/source/tilepick.cc +++ b/crawl-ref/source/tilepick.cc @@ -4762,7 +4762,7 @@ void tile_finish_dngn(unsigned int *tileb, int cx, int cy) if (in_bounds) { bool print_blood = true; - if (you.inside_halo(gc)) + if (you.halo_contains(gc)) { monsters *mon = monster_at(gc); if (observe_cell(gc) && mon) -- cgit v1.2.3-54-g00ecf