summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/describe.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/describe.cc')
-rw-r--r--crawl-ref/source/describe.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/describe.cc b/crawl-ref/source/describe.cc
index eeadefbbd3..4dca3afa3e 100644
--- a/crawl-ref/source/describe.cc
+++ b/crawl-ref/source/describe.cc
@@ -1637,7 +1637,7 @@ std::string get_item_description( const item_def &item, bool verbose,
<< " colour: " << static_cast<int>(item.colour)
<< " flags: " << std::hex << std::setw(8) << item.flags
<< std::dec << "$"
- << "x: " << item.x << " y: " << item.y
+ << "x: " << item.pos.x << " y: " << item.pos.y
<< " link: " << item.link
<< " slot: " << item.slot
<< " ident_type: "