summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/items.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-08-25 12:56:07 +0200
committerAdam Borowski <kilobyte@angband.pl>2011-08-25 13:03:01 +0200
commit8d3dd664121849bab648aa96b4e5e88512f77fa9 (patch)
tree859e08eac2d39c534c2411247a3b2df5ea9ed3cc /crawl-ref/source/items.h
parentc17ed30b488b7008e9f91ddb092236ba43437eb8 (diff)
downloadcrawl-ref-8d3dd664121849bab648aa96b4e5e88512f77fa9.tar.gz
crawl-ref-8d3dd664121849bab648aa96b4e5e88512f77fa9.zip
Cache position of the Orb.
It is referenced many times for every monster per turn in ZotDef.
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 d33701a435..97f9c6893b 100644
--- a/crawl-ref/source/items.h
+++ b/crawl-ref/source/items.h
@@ -99,6 +99,7 @@ void drop(void);
int inv_count(void);
int runes_in_pack();
+bool player_has_orb();
bool pickup_single_item(int link, int qty);