summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tutorial.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/tutorial.cc')
-rw-r--r--crawl-ref/source/tutorial.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/tutorial.cc b/crawl-ref/source/tutorial.cc
index b7ab40b522..ed4dc30027 100644
--- a/crawl-ref/source/tutorial.cc
+++ b/crawl-ref/source/tutorial.cc
@@ -1678,7 +1678,7 @@ void learned_something_new(tutorial_event_type seen_what, coord_def gc)
std::ostringstream text;
#ifndef USE_TILE
- const coord_def e = gc - you.pos() + coord_def(9,9);
+ const coord_def e = grid2show(gc);
#endif
Options.tut_just_triggered = true;