summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/show.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/show.cc')
-rw-r--r--crawl-ref/source/show.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/show.cc b/crawl-ref/source/show.cc
index 6a7ab95dbc..1f1c1cc2fe 100644
--- a/crawl-ref/source/show.cc
+++ b/crawl-ref/source/show.cc
@@ -219,6 +219,6 @@ void show_def::init()
const coord_def &lr = crawl_view.glos2; // Lower right
for (rectangle_iterator ri(ul, lr); ri; ++ri)
- if (see_cell(*ri))
+ if (observe_cell(*ri))
update_at(*ri, grid2show(*ri));
}