summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/database.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-06-28 01:47:02 +0200
committerAdam Borowski <kilobyte@angband.pl>2012-06-28 01:47:02 +0200
commit0c8e6fc58f795c23f28994764781d757048206de (patch)
tree9ba4e02f71ff9313d492b7b48f4798481429be4e /crawl-ref/source/database.cc
parentc2af7258da88fad2ccd46ea284d21fbb1636a7b1 (diff)
downloadcrawl-ref-0c8e6fc58f795c23f28994764781d757048206de.tar.gz
crawl-ref-0c8e6fc58f795c23f28994764781d757048206de.zip
Put tutorial messages for tutorial 5 into the database.
Diffstat (limited to 'crawl-ref/source/database.cc')
-rw-r--r--crawl-ref/source/database.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/database.cc b/crawl-ref/source/database.cc
index 0b7451f806..e014d4c134 100644
--- a/crawl-ref/source/database.cc
+++ b/crawl-ref/source/database.cc
@@ -135,6 +135,7 @@ static TextDB AllDBs[] =
TextDB("hints", "descript/",
"hints.txt", // hints mode
+ "tutorial.txt", // tutorial mode
NULL),
};