summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/travel.h
diff options
context:
space:
mode:
authorDarshan Shaligram <dshaligram@users.sourceforge.net>2010-06-13 23:07:47 +0530
committerDarshan Shaligram <dshaligram@users.sourceforge.net>2010-06-13 23:31:15 +0530
commitab307f1838f21bf99a1cd9a64b33fa14044c2fa0 (patch)
treecc00313c5150adbd54523e46e43b919ec81e6819 /crawl-ref/source/travel.h
parent1ac3122a6922ec9832cbfe459e3e1711dbeaf468 (diff)
downloadcrawl-ref-ab307f1838f21bf99a1cd9a64b33fa14044c2fa0.tar.gz
crawl-ref-ab307f1838f21bf99a1cd9a64b33fa14044c2fa0.zip
[1524] Fix autoexplore not reporting items entering fov if autopickup is turned off.
Diffstat (limited to 'crawl-ref/source/travel.h')
-rw-r--r--crawl-ref/source/travel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/travel.h b/crawl-ref/source/travel.h
index beb8760477..000f197520 100644
--- a/crawl-ref/source/travel.h
+++ b/crawl-ref/source/travel.h
@@ -255,6 +255,7 @@ private:
}
};
+ bool can_autopickup;
int es_flags;
const LevelStashes *current_level;
std::vector< named_thing<item_def> > items;