From 0cb37ef9c9aa55e1a24816666080b54b554843cb Mon Sep 17 00:00:00 2001 From: dshaligram Date: Wed, 17 Jan 2007 08:03:38 +0000 Subject: The stash-tracker also needs shop SIGHUP protection. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@859 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/stash.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'crawl-ref/source/stash.h') diff --git a/crawl-ref/source/stash.h b/crawl-ref/source/stash.h index bb71a4695b..5575b04ce0 100644 --- a/crawl-ref/source/stash.h +++ b/crawl-ref/source/stash.h @@ -149,7 +149,8 @@ private: std::string shop_item_desc(const shop_item &si) const; void describe_shop_item(const shop_item &si) const; - class ShopId { + class ShopId : public shopping_hup_protect + { public: ShopId(int stype); ~ShopId(); -- cgit v1.2.3-54-g00ecf