summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/effects.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/effects.h')
-rw-r--r--crawl-ref/source/effects.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/effects.h b/crawl-ref/source/effects.h
index 115af95922..eb8661c0c7 100644
--- a/crawl-ref/source/effects.h
+++ b/crawl-ref/source/effects.h
@@ -72,7 +72,7 @@ bool acquirement(object_class_type force_class, int agent,
/* ***********************************************************************
* called from: item_use
* *********************************************************************** */
-bool recharge_wand(void);
+bool recharge_wand(const int item_slot = -1);
// last updated 12may2000 {dlb}