summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/items.h
diff options
context:
space:
mode:
authorRaphael Langella <raphael.langella@gmail.com>2012-08-10 15:49:31 +0200
committerRaphael Langella <raphael.langella@gmail.com>2012-08-10 15:49:31 +0200
commit306787e1bc3448f9336916c9086eb6a972cddfc6 (patch)
tree3ab5c5d544df5b1b4303b30ca13ff750aef08462 /crawl-ref/source/items.h
parent4e710e5d84f1725ff3f9384dccf95b6247017693 (diff)
downloadcrawl-ref-306787e1bc3448f9336916c9086eb6a972cddfc6.tar.gz
crawl-ref-306787e1bc3448f9336916c9086eb6a972cddfc6.zip
Fix infinite loop when starting autoexplore over sacrificiable items.
Diffstat (limited to 'crawl-ref/source/items.h')
-rw-r--r--crawl-ref/source/items.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/items.h b/crawl-ref/source/items.h
index 3cbfffb763..733e1cc75d 100644
--- a/crawl-ref/source/items.h
+++ b/crawl-ref/source/items.h
@@ -43,6 +43,7 @@ void note_inscribe_item(item_def &item);
int move_item_to_player(int obj, int quant_got, bool quiet = false,
bool ignore_burden = false);
void mark_items_non_pickup_at(const coord_def &pos);
+void mark_items_non_visit_at(const coord_def &pos);
bool is_stackable_item(const item_def &item);
bool items_similar(const item_def &item1, const item_def &item2);
bool items_stack(const item_def &item1, const item_def &item2,