summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/shopping.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/shopping.cc')
-rw-r--r--crawl-ref/source/shopping.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/shopping.cc b/crawl-ref/source/shopping.cc
index 441be694c0..47625df34f 100644
--- a/crawl-ref/source/shopping.cc
+++ b/crawl-ref/source/shopping.cc
@@ -114,6 +114,7 @@ char in_a_shop( char shoppy, id_arr id )
{
// easier to work with {dlb}
unsigned int greedy = env.shop[shoppy].greed;
+ cursor_control coff(false);
id_fix_arr shop_id;
FixedVector < int, 20 > shop_items;