summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tutorial.h
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/tutorial.h
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/tutorial.h')
-rw-r--r--crawl-ref/source/tutorial.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/tutorial.h b/crawl-ref/source/tutorial.h
index 679991ff94..a6140e81bd 100644
--- a/crawl-ref/source/tutorial.h
+++ b/crawl-ref/source/tutorial.h
@@ -47,7 +47,7 @@ void tutorial_healing_reminder(void);
void taken_new_item(unsigned char item_type);
void tut_gained_new_skill(int skill);
-void tutorial_first_monster(const monsters& mon);
+void tutorial_monster_seen(const monsters& mon);
void tutorial_first_item(const item_def& item);
void learned_something_new(tutorial_event_type seen_what,
coord_def gc = coord_def());