From abec3e39f39b3f598c90b645a45bb43097b8e5cb Mon Sep 17 00:00:00 2001 From: ennewalker Date: Sat, 10 Jan 2009 16:23:13 +0000 Subject: [2495836] Show names for friendly uniques during arena mode. Also, add a tile_tag_pref option. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8383 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/tutorial.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/tutorial.cc') 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 } -- cgit v1.2.3-54-g00ecf