summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/shopping.h
diff options
context:
space:
mode:
authorMatthew Cline <zelgadis@sourceforge.net>2009-11-27 00:02:20 -0800
committerMatthew Cline <zelgadis@sourceforge.net>2009-11-27 00:31:51 -0800
commit65f7bd4b121e4cae4fd30501fd4d81d0fe9381c4 (patch)
tree1a97838f01ee04a4e3b190106284944a318598a3 /crawl-ref/source/shopping.h
parent7230429666ac1623b5c640f6ae526d08921c8b09 (diff)
downloadcrawl-ref-65f7bd4b121e4cae4fd30501fd4d81d0fe9381c4.tar.gz
crawl-ref-65f7bd4b121e4cae4fd30501fd4d81d0fe9381c4.zip
Bug #51: Remove gone portals from shopping list
Diffstat (limited to 'crawl-ref/source/shopping.h')
-rw-r--r--crawl-ref/source/shopping.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/shopping.h b/crawl-ref/source/shopping.h
index cc38e1f8be..0679c194da 100644
--- a/crawl-ref/source/shopping.h
+++ b/crawl-ref/source/shopping.h
@@ -50,6 +50,7 @@ public:
void gold_changed(int old_amount, int new_amount);
void move_things(const coord_def &src, const coord_def &dst);
+ void forget_pos(const level_pos &pos);
void display();