summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells4.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spells4.cc')
-rw-r--r--crawl-ref/source/spells4.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spells4.cc b/crawl-ref/source/spells4.cc
index fd0dd6ab07..c560435d5e 100644
--- a/crawl-ref/source/spells4.cc
+++ b/crawl-ref/source/spells4.cc
@@ -2007,7 +2007,7 @@ static int _quadrant_blink(coord_def where, int pow, int, actor *)
if (distance(base, target) > 10 || distance(you.pos(), target) < 8)
continue;
- if (!see_cell_no_trans(target))
+ if (!you.see_cell_no_trans(target))
continue;
found = true;