summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/travel.h
diff options
context:
space:
mode:
authorRaphael Langella <raphael.langella@gmail.com>2012-08-09 00:43:31 +0200
committerRaphael Langella <raphael.langella@gmail.com>2012-08-09 00:43:31 +0200
commita6f323efd0d24a20b5aa17ad7ad100188b1827b8 (patch)
treee619e8cc7537bcabbda8090a5f8b19c4ce08df74 /crawl-ref/source/travel.h
parentebff929d04b0896b82602891e5ffb5319ac6e1d3 (diff)
downloadcrawl-ref-a6f323efd0d24a20b5aa17ad7ad100188b1827b8.tar.gz
crawl-ref-a6f323efd0d24a20b5aa17ad7ad100188b1827b8.zip
A few fixes to greedy_sacrificiable.
Disabling autopickup doesn't disable it. It respects disabled item types for Nemelex. It ignores dropped and thrown items. Might still have some issues with some of the explore_stop options, I haven't tested.
Diffstat (limited to 'crawl-ref/source/travel.h')
-rw-r--r--crawl-ref/source/travel.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/travel.h b/crawl-ref/source/travel.h
index 0ac71d5332..d9e5e1dcf5 100644
--- a/crawl-ref/source/travel.h
+++ b/crawl-ref/source/travel.h
@@ -261,7 +261,6 @@ private:
}
};
- bool can_autopickup;
int es_flags;
const LevelStashes *current_level;
std::vector< named_thing<item_def> > items;