summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/item_use.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-12-29 03:40:24 +0100
committerAdam Borowski <kilobyte@angband.pl>2012-12-29 03:40:24 +0100
commit758438fb9570afe569d1fc428d0c6dcbc71ec5f6 (patch)
tree06a1d36faf41b1ea8944b710b5ecebf4bd7f3fee /crawl-ref/source/item_use.h
parenta686ed9f01008e00904f6be2fedd1bff41e661c7 (diff)
downloadcrawl-ref-758438fb9570afe569d1fc428d0c6dcbc71ec5f6.tar.gz
crawl-ref-758438fb9570afe569d1fc428d0c6dcbc71ec5f6.zip
Handle non-item sources of -TELE.
Currently, that's only sprint, and not for blink. This fixes relevant spells and abilities being usable but then doing nothing.
Diffstat (limited to 'crawl-ref/source/item_use.h')
-rw-r--r--crawl-ref/source/item_use.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/item_use.h b/crawl-ref/source/item_use.h
index 109a9aaafd..9f6763925f 100644
--- a/crawl-ref/source/item_use.h
+++ b/crawl-ref/source/item_use.h
@@ -55,7 +55,6 @@ void prompt_inscribe_item();
void warn_shield_penalties();
void warn_armour_penalties();
-bool item_blocks_teleport(bool calc_unid, bool permit_id);
bool stasis_blocks_effect(bool calc_unid, bool identify,
const char *msg, int noise = 0,
const char *silencedmsg = NULL);