From 241ceb5971b5c87b58e7f28f9fee417230561a5d Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Sat, 17 Oct 2009 00:16:20 +0200 Subject: Globally replace see_grid by see_cell. --- crawl-ref/source/spl-cast.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/spl-cast.cc') diff --git a/crawl-ref/source/spl-cast.cc b/crawl-ref/source/spl-cast.cc index 48e1d3ccd3..521e84acdd 100644 --- a/crawl-ref/source/spl-cast.cc +++ b/crawl-ref/source/spl-cast.cc @@ -635,7 +635,7 @@ static int _get_dist_to_nearest_monster() continue; // Can we see (and reach) the grid? - if (!see_grid_no_trans(*ri)) + if (!see_cell_no_trans(*ri)) continue; const monsters *mon = monster_at(*ri); -- cgit v1.2.3-54-g00ecf