From eb9ddc3ba38e5a76b9efb74153c19d84b6d44e74 Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Sun, 8 Nov 2009 17:35:57 +0100 Subject: Get rid of a few uses of mon_see_cell. --- crawl-ref/source/monstuff.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/monstuff.cc') diff --git a/crawl-ref/source/monstuff.cc b/crawl-ref/source/monstuff.cc index c4983788f5..d77608c93d 100644 --- a/crawl-ref/source/monstuff.cc +++ b/crawl-ref/source/monstuff.cc @@ -2552,7 +2552,7 @@ static coord_def _random_monster_nearby_habitable_space(const monsters& mon, continue; } - if (respect_los && !mon.mon_see_cell(target)) + if (respect_los && !mon.see_cell(target)) continue; // Survived everything, break out (with a good value of target.) -- cgit v1.2.3-54-g00ecf