summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tutorial.cc
diff options
context:
space:
mode:
authorennewalker <ennewalker@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-29 21:34:06 +0000
committerennewalker <ennewalker@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-29 21:34:06 +0000
commit547d716b3d1d4692e43fb05cf78dcce3123148d3 (patch)
treeeeff0b6cbb54b348fffaa738ee6756cc5b284265 /crawl-ref/source/tutorial.cc
parent4d5d1240b335f77184cc313ae7bb0ec8c3aef1dd (diff)
downloadcrawl-ref-547d716b3d1d4692e43fb05cf78dcce3123148d3.tar.gz
crawl-ref-547d716b3d1d4692e43fb05cf78dcce3123148d3.zip
Removing vestigial code to set option for showing all items. All items are shown now, regardless of the option, so there's no need to set it for tutorials.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9570 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/tutorial.cc')
-rw-r--r--crawl-ref/source/tutorial.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/crawl-ref/source/tutorial.cc b/crawl-ref/source/tutorial.cc
index b29e16d3f9..bde64525bc 100644
--- a/crawl-ref/source/tutorial.cc
+++ b/crawl-ref/source/tutorial.cc
@@ -106,12 +106,6 @@ void init_tutorial_options()
Options.auto_list = true;
#ifdef USE_TILE
- // Show all items in inventory.
- // FIXME: Ideally, we'd use the user-specified order, and push all
- // missing item types at the end of it, NetHack like.
- // 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
}