summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/shopping.h
diff options
context:
space:
mode:
authorMatthew Cline <zelgadis@sourceforge.net>2009-11-01 03:04:22 -0800
committerMatthew Cline <zelgadis@sourceforge.net>2009-11-01 03:05:46 -0800
commit97d457112c33f7be80b502b2ade43e7ba3162c54 (patch)
tree2b62e46834e38f09d0f9fcb192cbe8e757c76640 /crawl-ref/source/shopping.h
parent9f6de9fef21ca311f82a0aa5cc7f5067e4e62af9 (diff)
downloadcrawl-ref-97d457112c33f7be80b502b2ade43e7ba3162c54.tar.gz
crawl-ref-97d457112c33f7be80b502b2ade43e7ba3162c54.zip
Access shopping list via '$'
If you have anything on your shopping list, pressing '$' will display it as a menu. You can then select a thing from the menu, either to travel to it or examine it, like with the stash tracker menu.
Diffstat (limited to 'crawl-ref/source/shopping.h')
-rw-r--r--crawl-ref/source/shopping.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/shopping.h b/crawl-ref/source/shopping.h
index 75ed26a2ac..e61bf0e16e 100644
--- a/crawl-ref/source/shopping.h
+++ b/crawl-ref/source/shopping.h
@@ -52,7 +52,7 @@ public:
void move_things(const coord_def &src, const coord_def &dst);
- void display_list();
+ void display();
void refresh();