From 310d0430888db20093a862e7921511076a486c6b Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Fri, 13 Nov 2009 15:00:57 +0100 Subject: Replace observe_cell by you.see_cell. --- crawl-ref/source/state.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/state.cc') diff --git a/crawl-ref/source/state.cc b/crawl-ref/source/state.cc index 734da875af..d2a9ee44e6 100644 --- a/crawl-ref/source/state.cc +++ b/crawl-ref/source/state.cc @@ -227,7 +227,7 @@ bool interrupt_cmd_repeat( activity_interrupt_type ai, fs.add_glyph( mon ); fs.cprintf(") in view: (%d,%d), see_cell: %s", mon->pos().x, mon->pos().y, - observe_cell(mon->pos())? "yes" : "no"); + you.see_cell(mon->pos())? "yes" : "no"); formatted_mpr(fs, MSGCH_WARN); #endif -- cgit v1.2.3-54-g00ecf