From 97d457112c33f7be80b502b2ade43e7ba3162c54 Mon Sep 17 00:00:00 2001 From: Matthew Cline Date: Sun, 1 Nov 2009 03:04:22 -0800 Subject: 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. --- crawl-ref/source/shopping.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/shopping.h') 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(); -- cgit v1.2.3-54-g00ecf