summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/shopping.h
diff options
context:
space:
mode:
authorzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-20 10:30:20 +0000
committerzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-20 10:30:20 +0000
commit68b3b5ac3474ceac470591c2a19e8e15b7d9d2ee (patch)
tree7b2aa907b4ee16c0befbd5c1a66bbf9f814d55d5 /crawl-ref/source/shopping.h
parente3a40721bf278235aa56dc0c39b8f3cb4e6cd179 (diff)
downloadcrawl-ref-68b3b5ac3474ceac470591c2a19e8e15b7d9d2ee.tar.gz
crawl-ref-68b3b5ac3474ceac470591c2a19e8e15b7d9d2ee.zip
Fix assertion when buying items from shops.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8622 c06c8d41-db1a-0410-9941-cceddc491573
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 8cdb713626..fb9fc2e88c 100644
--- a/crawl-ref/source/shopping.h
+++ b/crawl-ref/source/shopping.h
@@ -27,4 +27,5 @@ std::string shop_name(const coord_def& where, bool add_stop);
bool shoptype_identifies_stock(shop_type type);
+bool is_shop_item(const item_def &item);
#endif