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 027635cae1..464327d37e 100644
--- a/crawl-ref/source/tutorial.cc
+++ b/crawl-ref/source/tutorial.cc
@@ -1220,7 +1220,7 @@ void tutorial_first_monster(const monsters &mon)
// need to highlight monster
const coord_def gc = mon.pos();
tiles.place_cursor(CURSOR_TUTORIAL, gc);
- tiles.add_text_tag(TAG_TUTORIAL, mon.name(DESC_CAP_A), gc);
+ tiles.add_text_tag(TAG_TUTORIAL, &mon);
text += "monster is a ";
text += mon.name(DESC_PLAIN).c_str();