summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/describe.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-17 21:26:57 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-17 21:26:57 +0000
commit24bbfa46caf3c7972ddac1b8cec577bfd0fa29e0 (patch)
treebeea6f8c3fd95b0629e31bcdbe7f92ea26a53e2b /crawl-ref/source/describe.cc
parent3390e50bf690f56f9ae078b7ff9695e20355f905 (diff)
downloadcrawl-ref-24bbfa46caf3c7972ddac1b8cec577bfd0fa29e0.tar.gz
crawl-ref-24bbfa46caf3c7972ddac1b8cec577bfd0fa29e0.zip
Apply Haran's recent fixes to branch.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.4@6592 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/describe.cc')
-rw-r--r--crawl-ref/source/describe.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/describe.cc b/crawl-ref/source/describe.cc
index cf4f1e96b8..7d59e1a6a3 100644
--- a/crawl-ref/source/describe.cc
+++ b/crawl-ref/source/describe.cc
@@ -1638,6 +1638,7 @@ std::string get_item_description( const item_def &item, bool verbose,
<< std::dec << "$"
<< "x: " << item.x << " y: " << item.y
<< " link: " << item.link
+ << " slot: " << item.slot
<< " ident_type: "
<< static_cast<int>(get_ident_type(item));
}