summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monstuff.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/monstuff.h')
-rw-r--r--crawl-ref/source/monstuff.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/monstuff.h b/crawl-ref/source/monstuff.h
index ddda00c94b..2381e34832 100644
--- a/crawl-ref/source/monstuff.h
+++ b/crawl-ref/source/monstuff.h
@@ -67,7 +67,7 @@ void behaviour_event( struct monsters *mon, int event_type,
/* ***********************************************************************
* called from: fight - it_use3 - spells
* *********************************************************************** */
-bool curse_an_item(char which, char power);
+bool curse_an_item(bool decay_potions);
/* ***********************************************************************