summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/transfor.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/transfor.h')
-rw-r--r--crawl-ref/source/transfor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/transfor.h b/crawl-ref/source/transfor.h
index 5d5480c026..cc9e44de78 100644
--- a/crawl-ref/source/transfor.h
+++ b/crawl-ref/source/transfor.h
@@ -32,7 +32,7 @@ void untransform(void);
/* ***********************************************************************
* called from: item_use
* *********************************************************************** */
-bool can_equip(equipment_type use_which);
+bool can_equip(equipment_type use_which, bool ignore_temporary);
size_type transform_size(int psize = PSIZE_BODY);
// last updated 12may2000 {dlb}