summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/state.cc
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-11-23 10:59:33 +0100
committerRobert Vollmert <rvollmert@gmx.net>2009-11-23 11:03:56 +0100
commitf1c1f6fd2c8ab4238064dc3011bcbbc7286a8504 (patch)
treedfd2f6fc84d6ec21c086704c65624a0d09215b52 /crawl-ref/source/state.cc
parent08a9922a395d5093e8af10d6665ea4f669de01a2 (diff)
downloadcrawl-ref-f1c1f6fd2c8ab4238064dc3011bcbbc7286a8504.tar.gz
crawl-ref-f1c1f6fd2c8ab4238064dc3011bcbbc7286a8504.zip
Rename tutorial_first_monster to tutorial_monster_seen.
It's not just used for the first monster.
Diffstat (limited to 'crawl-ref/source/state.cc')
-rw-r--r--crawl-ref/source/state.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/state.cc b/crawl-ref/source/state.cc
index 7b3fca4988..0c19d0513b 100644
--- a/crawl-ref/source/state.cc
+++ b/crawl-ref/source/state.cc
@@ -220,7 +220,7 @@ bool interrupt_cmd_repeat( activity_interrupt_type ai,
}
if (Tutorial.tutorial_left)
- tutorial_first_monster(*mon);
+ tutorial_monster_seen(*mon);
#else
formatted_string fs( channel_to_colour(MSGCH_WARN) );
fs.cprintf("%s (", mon->name(DESC_PLAIN, true).c_str());