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.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/tutorial.cc b/crawl-ref/source/tutorial.cc
index 691dc8296f..1a0e67cca8 100644
--- a/crawl-ref/source/tutorial.cc
+++ b/crawl-ref/source/tutorial.cc
@@ -112,6 +112,7 @@ void init_tutorial_options()
// Unfortunately I can't think of a remotely non-hacky way
// to do this.
strncpy(Options.tile_show_items, "!?/%=([)x}+\\_.", 18);
+ Options.tile_tag_pref = TAGPREF_TUTORIAL;
#endif
}